xt_usb: Clean keymap and change scancode matrix

This commit is contained in:
tmk 2018-04-23 16:48:02 +09:00
parent ec49ce3be6
commit 1cb7a24503
5 changed files with 314 additions and 290 deletions

View file

@ -18,7 +18,7 @@ SRC = protocol/xt_interrupt.c \
ifdef KEYMAP
SRC := keymap_$(KEYMAP).c $(SRC)
else
SRC := keymap_plain.c $(SRC)
SRC := keymap.c $(SRC)
endif
CONFIG_H = config.h