adb_usb: autodetect ISO keyboards and swap codes

This commit is contained in:
tmk 2016-05-19 16:26:01 +09:00
parent d702fe7504
commit 49f44a2aed
4 changed files with 156 additions and 13 deletions

View file

@ -56,7 +56,7 @@ SRC = keymap_common.c \
ifdef KEYMAP
SRC := keymap_$(KEYMAP).c $(SRC)
else
SRC := keymap_ansi.c $(SRC)
SRC := keymap_plain.c $(SRC)
endif
CONFIG_H = config.h