diff options
author | tmk <nobody@nowhere> | 2013-03-05 19:18:01 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-05 21:08:16 +0900 |
commit | 9e9a85c1426650148d0d83c900e432003ff174fb (patch) | |
tree | 8518cbbb2a1c864a076d1d17758d8584ec367cd2 /keyboard/hbkb/Makefile.lufa | |
parent | 38bbe976e00a9a7bf6f8157016717e80503bf6a9 (diff) |
Fix ghost block and remove matrix_has_ghost()
Diffstat (limited to 'keyboard/hbkb/Makefile.lufa')
-rw-r--r-- | keyboard/hbkb/Makefile.lufa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/hbkb/Makefile.lufa b/keyboard/hbkb/Makefile.lufa index c73a0ca7d1..33366d7208 100644 --- a/keyboard/hbkb/Makefile.lufa +++ b/keyboard/hbkb/Makefile.lufa @@ -99,6 +99,7 @@ F_USB = $(F_CPU) # 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 |