Correct default keymap in makefile
This commit is contained in:
parent
932cdb7de5
commit
cda0295e7e
@ -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
|
||||
|
Reference in New Issue
Block a user