diff options
Diffstat (limited to 'keyboards/projectkb/signature87/rules.mk')
-rw-r--r-- | keyboards/projectkb/signature87/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/projectkb/signature87/rules.mk b/keyboards/projectkb/signature87/rules.mk index fe0d976d1..a307166cd 100644 --- a/keyboards/projectkb/signature87/rules.mk +++ b/keyboards/projectkb/signature87/rules.mk | |||
@@ -4,12 +4,12 @@ MCU = STM32F072 | |||
4 | # Build Options | 4 | # Build Options |
5 | # comment out to disable the options. | 5 | # comment out to disable the options. |
6 | # | 6 | # |
7 | #BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration | 7 | #BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration |
8 | MOUSEKEY_ENABLE = yes # Mouse keys | 8 | MOUSEKEY_ENABLE = yes # Mouse keys |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 9 | EXTRAKEY_ENABLE = yes # Audio control and System control |
10 | CONSOLE_ENABLE = yes # Console for debug | 10 | CONSOLE_ENABLE = yes # Console for debug |
11 | COMMAND_ENABLE = yes # Commands for debug and configuration | 11 | COMMAND_ENABLE = yes # Commands for debug and configuration |
12 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 12 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
13 | NKRO_ENABLE = yes # USB Nkey Rollover | 13 | NKRO_ENABLE = yes # USB Nkey Rollover |
14 | BACKLIGHT_ENABLE = no | 14 | BACKLIGHT_ENABLE = no |
15 | 15 | ||