Correct default keymap in makefile
This commit is contained in:
parent
932cdb7de5
commit
cda0295e7e
@ -56,7 +56,7 @@ SRC = keymap_common.c \
|
|||||||
ifdef KEYMAP
|
ifdef KEYMAP
|
||||||
SRC := keymap_$(KEYMAP).c $(SRC)
|
SRC := keymap_$(KEYMAP).c $(SRC)
|
||||||
else
|
else
|
||||||
SRC := keymap_poker.c $(SRC)
|
SRC := keymap_default.c $(SRC)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIG_H = config.h
|
CONFIG_H = config.h
|
||||||
|
Reference in New Issue
Block a user