diff options
author | tmk <nobody@nowhere> | 2013-03-27 17:15:06 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-27 17:15:06 +0900 |
commit | 2795b7a0a30c351a85f17cb4c0b414297e096282 (patch) | |
tree | d456c2a781ec6f81d3ed7ef2e567c952e121daf1 /keyboard/hbkb/Makefile.lufa | |
parent | 969cc4f812e3f86213f97adf340e3c7160fc639e (diff) |
Fix debouncing on gh60, hbkb, macway
Diffstat (limited to 'keyboard/hbkb/Makefile.lufa')
-rw-r--r-- | keyboard/hbkb/Makefile.lufa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/hbkb/Makefile.lufa b/keyboard/hbkb/Makefile.lufa index 33366d7208..a626d476c8 100644 --- a/keyboard/hbkb/Makefile.lufa +++ b/keyboard/hbkb/Makefile.lufa @@ -97,11 +97,11 @@ F_USB = $(F_CPU) # Build Options # comment out to disable the options. # +BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug -#NKRO_ENABLE = yes # USB Nkey Rollover -#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support +COMMAND_ENABLE = yes # Commands for debug and configuration # Boot Section Size in bytes |