1
0

Correct default keymap in makefile

This commit is contained in:
Kai Ryu 2014-03-11 11:15:28 +09:00
parent ef6dd63824
commit 5b1dea3eb7

View File

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