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.nodebug | |
parent | ed8cf12d25d5052cf583b162ec70b0be93270c1e (diff) | |
download | qmk_firmware-caf7b4e68a597dec1ab23b98838ca0509c318962.tar.gz qmk_firmware-caf7b4e68a597dec1ab23b98838ca0509c318962.zip |
Make keymap_hhkb as default and change keymap_hasu
Diffstat (limited to 'keyboard/hhkb/Makefile.nodebug')
-rw-r--r-- | keyboard/hhkb/Makefile.nodebug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/hhkb/Makefile.nodebug b/keyboard/hhkb/Makefile.nodebug index f63083f6ab..578ba70c45 100644 --- a/keyboard/hhkb/Makefile.nodebug +++ b/keyboard/hhkb/Makefile.nodebug @@ -102,7 +102,7 @@ ARCH = AVR8 F_USB = $(F_CPU) # Interrupt driven control endpoint task -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT +#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Boot Section Size in *bytes* @@ -122,8 +122,8 @@ MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control #CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration -#NKRO_ENABLE = yes # USB Nkey Rollover -#KEYMAP_SECTION_ENABLE = yes # fixed address keymap for keymap editor +NKRO_ENABLE = yes # USB Nkey Rollover +KEYMAP_SECTION_ENABLE = yes # fixed address keymap for keymap editor # Search Path |