Browse Source

Correct default keymap in makefile

lr94
Kai Ryu 10 years ago
parent
commit
cda0295e7e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      keyboard/lr96/Makefile.pjrc

+ 1
- 1
keyboard/lr96/Makefile.pjrc 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