This commit is contained in:
Jack Humbert
2015-02-26 16:35:54 -05:00
parent a538f71e41
commit ea6de22aee
3 changed files with 45 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ SRC = keymap_common.c \
ifdef KEYMAP
SRC := keymap_$(KEYMAP).c $(SRC)
else
SRC := keymap_joe.c $(SRC)
SRC := keymap_jack.c $(SRC)
endif
CONFIG_H = config.h