summaryrefslogtreecommitdiffstats
path: root/keyboard/hhkb/Makefile.lufa
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-07-13 19:47:29 +0200
committertmk <nobody@nowhere>2012-07-20 06:08:18 +0200
commite075361b6f6bfe24e8d12d125bdab46345087432 (patch)
tree1d51d5cea14bde40fbad8a3354d518fb335c71b1 /keyboard/hhkb/Makefile.lufa
parentfb8394da83d1af1e52eac1bdeadf3b5a925b6560 (diff)
downloadqmk_firmware-e075361b6f6bfe24e8d12d125bdab46345087432.tar.gz
qmk_firmware-e075361b6f6bfe24e8d12d125bdab46345087432.tar.xz
Add CONSOLE_ENABLE build option to LUFA.
Diffstat (limited to 'keyboard/hhkb/Makefile.lufa')
-rw-r--r--keyboard/hhkb/Makefile.lufa3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/hhkb/Makefile.lufa b/keyboard/hhkb/Makefile.lufa
index 0dc295e62..5acc93a23 100644
--- a/keyboard/hhkb/Makefile.lufa
+++ b/keyboard/hhkb/Makefile.lufa
@@ -101,7 +101,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# comment out to disable the options.
#
MOUSEKEY_ENABLE = yes # Mouse keys
-EXTRAKEY_ENABLE = yes # Audio control and System control
+EXTRAKEY_ENABLE = yes # Media 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