diff options
author | tmk <nobody@nowhere> | 2013-03-19 16:05:53 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-19 16:05:53 +0900 |
commit | 16870412679225d1a3b46c78928757deb713ae08 (patch) | |
tree | fe75031c2d2d8f316d11bdcec6901c437f19e48c /keyboard | |
parent | 9a106537f64fe61af6048b41262f002ce6a716d9 (diff) |
Add COMMAND_ENABLE build option
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/gh60/Makefile.lufa | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index 8042ff3f49..f740dea848 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa @@ -103,6 +103,7 @@ BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) +COMMAND_ENABLE = yes # Magic command SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |