summaryrefslogtreecommitdiff
path: root/keyboard/hhkb/Makefile
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-12 17:18:44 +0900
committertmk <nobody@nowhere>2014-06-12 17:19:58 +0900
commitcaf7b4e68a597dec1ab23b98838ca0509c318962 (patch)
tree4e9eb4284fd126cba575a2fe7702011bb51cc95b /keyboard/hhkb/Makefile
parented8cf12d25d5052cf583b162ec70b0be93270c1e (diff)
Make keymap_hhkb as default and change keymap_hasu
Diffstat (limited to 'keyboard/hhkb/Makefile')
-rw-r--r--keyboard/hhkb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/hhkb/Makefile b/keyboard/hhkb/Makefile
index 0a256874b4..030283d7ad 100644
--- a/keyboard/hhkb/Makefile
+++ b/keyboard/hhkb/Makefile
@@ -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