Make keymap_hhkb as default and change keymap_hasu

This commit is contained in:
tmk 2014-06-12 17:18:44 +09:00
parent ed8cf12d25
commit caf7b4e68a
3 changed files with 98 additions and 46 deletions

View file

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