Ver código fonte

Correct default keymap in makefile

lr94
Kai Ryu 10 anos atrás
pai
commit
cda0295e7e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      keyboard/lr96/Makefile.pjrc

+ 1
- 1
keyboard/lr96/Makefile.pjrc Ver arquivo

@@ -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