diff options
Diffstat (limited to 'keyboards/boston/rules.mk')
-rw-r--r-- | keyboards/boston/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/boston/rules.mk b/keyboards/boston/rules.mk index f46791e88..8792a0276 100644 --- a/keyboards/boston/rules.mk +++ b/keyboards/boston/rules.mk | |||
@@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu | |||
8 | # change yes to no to disable | 8 | # change yes to no to disable |
9 | # | 9 | # |
10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite | 10 | BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite |
11 | MOUSEKEY_ENABLE = no # Mouse keys | 11 | MOUSEKEY_ENABLE = yes # Mouse keys |
12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
@@ -25,4 +25,4 @@ ENCODER_ENABLE = yes | |||
25 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | 25 | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE |
26 | 26 | ||
27 | # RGB setting | 27 | # RGB setting |
28 | WS2812_DRIVER = bitbang \ No newline at end of file | 28 | WS2812_DRIVER = bitbang |