diff options
author | tmk <nobody@nowhere> | 2014-08-01 13:26:42 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-08-01 13:26:42 +0900 |
commit | 523cc6aa2ed0879c2d297e7060de2962987c8c7a (patch) | |
tree | 04deb0e84390623311d572bb131eeceafc509d1b /converter/sun_usb/Makefile | |
parent | 79840c678e13f9a737f80048bc3b9c9c55e3fc77 (diff) | |
download | qmk_firmware-523cc6aa2ed0879c2d297e7060de2962987c8c7a.tar.gz qmk_firmware-523cc6aa2ed0879c2d297e7060de2962987c8c7a.zip |
Add build option and Sun specific commands
Diffstat (limited to 'converter/sun_usb/Makefile')
-rw-r--r-- | converter/sun_usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converter/sun_usb/Makefile b/converter/sun_usb/Makefile index 35c4bb123b..b32497cd95 100644 --- a/converter/sun_usb/Makefile +++ b/converter/sun_usb/Makefile @@ -63,6 +63,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 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 |