1
0
Fork 0
This commit is contained in:
Jack Humbert 2015-05-15 21:57:29 -04:00
parent cb3e499cc7
commit 0e189b6bdd
14 changed files with 121 additions and 764 deletions

View file

@ -53,7 +53,7 @@ TARGET_DIR = .
ifdef COMMON
SRC = keymap_common.c \
matrix_handwire.c \
matrix.c \
led.c \
backlight.c
@ -66,14 +66,14 @@ endif
else
SRC = extended_keymap_common.c \
matrix_handwire.c \
matrix.c \
led.c \
backlight.c
ifdef KEYMAP
SRC := extended_keymaps/extended_keymap_$(KEYMAP).c $(SRC)
else
SRC := extended_keymaps/extended_keymap_jack.c $(SRC)
SRC := extended_keymaps/extended_keymap_default.c $(SRC)
endif
endif