diff options
author | skullY <skullydazed@gmail.com> | 2016-04-28 20:06:43 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2016-04-28 20:07:07 -0700 |
commit | ca9b85f7021ed1338de5af0fd30c6095522a1197 (patch) | |
tree | bfac51343be692160d87d9912f06547e40df2376 /keyboard/cluepad | |
parent | 4f998657e97f641f6170573f17258f7ee7550390 (diff) |
Bring the clueboard firmware size down
Diffstat (limited to 'keyboard/cluepad')
-rw-r--r-- | keyboard/cluepad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/cluepad/Makefile b/keyboard/cluepad/Makefile index cfa130d75a..9d4ddc07fb 100644 --- a/keyboard/cluepad/Makefile +++ b/keyboard/cluepad/Makefile @@ -115,9 +115,9 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # 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 # Commands for debug and configuration +# EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +# CONSOLE_ENABLE = yes # Console for debug(+400) +# COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable numpad's backlight functionality RGBLIGHT_ENABLE = yes |