diff options
author | tmk <nobody@nowhere> | 2014-06-12 17:18:44 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-06-12 17:19:58 +0900 |
commit | caf7b4e68a597dec1ab23b98838ca0509c318962 (patch) | |
tree | 4e9eb4284fd126cba575a2fe7702011bb51cc95b /keyboard/hhkb/Makefile | |
parent | ed8cf12d25d5052cf583b162ec70b0be93270c1e (diff) |
Make keymap_hhkb as default and change keymap_hasu
Diffstat (limited to 'keyboard/hhkb/Makefile')
-rw-r--r-- | keyboard/hhkb/Makefile | 2 |
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 |