diff options
Diffstat (limited to 'keyboards/clueboard/66/rev4/rules.mk')
-rw-r--r-- | keyboards/clueboard/66/rev4/rules.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/clueboard/66/rev4/rules.mk b/keyboards/clueboard/66/rev4/rules.mk index ef7989aa0..54264c128 100644 --- a/keyboards/clueboard/66/rev4/rules.mk +++ b/keyboards/clueboard/66/rev4/rules.mk | |||
@@ -5,10 +5,10 @@ MCU = STM32F303 | |||
5 | # comment out to disable the options. | 5 | # comment out to disable the options. |
6 | # | 6 | # |
7 | BACKLIGHT_ENABLE = yes | 7 | BACKLIGHT_ENABLE = yes |
8 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 8 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
9 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 9 | MOUSEKEY_ENABLE = yes # Mouse keys |
10 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 10 | EXTRAKEY_ENABLE = yes # Audio control and System control |
11 | CONSOLE_ENABLE = yes # Console for debug(+400) | 11 | CONSOLE_ENABLE = yes # Console for debug |
12 | COMMAND_ENABLE = no # Commands for debug and configuration | 12 | COMMAND_ENABLE = no # Commands for debug and configuration |
13 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 13 | NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
14 | AUDIO_ENABLE = no | 14 | AUDIO_ENABLE = no |