This commit is contained in:
Jack Humbert
2014-12-08 17:05:02 -05:00
parent f6f698dda0
commit 6c27cba5df
2 changed files with 38 additions and 48 deletions

View File

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