quantum separated
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
# Target file name (without extension).
|
||||
TARGET = planck_lufa
|
||||
TARGET = planck
|
||||
|
||||
|
||||
# Directory common source filess exist
|
||||
@@ -49,9 +49,7 @@ TOP_DIR = ../..
|
||||
TARGET_DIR = .
|
||||
|
||||
# # project specific files
|
||||
SRC = keymap_common.c \
|
||||
matrix.c \
|
||||
led.c \
|
||||
SRC = planck.c \
|
||||
backlight.c
|
||||
|
||||
ifdef KEYMAP
|
||||
@@ -128,14 +126,6 @@ MIDI_ENABLE = YES # MIDI controls
|
||||
# UNICODE_ENABLE = YES # Unicode
|
||||
BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
|
||||
|
||||
ifdef MIDI_ENABLE
|
||||
SRC += keymap_midi.c \
|
||||
beeps.c
|
||||
endif
|
||||
|
||||
ifdef UNICODE_ENABLE
|
||||
SRC += keymap_unicode.c
|
||||
endif
|
||||
|
||||
# Optimize size but this may cause error "relocation truncated to fit"
|
||||
#EXTRALDFLAGS = -Wl,--relax
|
||||
@@ -144,8 +134,5 @@ endif
|
||||
VPATH += $(TARGET_DIR)
|
||||
VPATH += $(TOP_DIR)
|
||||
|
||||
include $(TOP_DIR)/protocol/lufa.mk
|
||||
|
||||
include $(TOP_DIR)/common.mk
|
||||
include $(TOP_DIR)/rules.mk
|
||||
include $(TOP_DIR)/quantum.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user