diff options
author | Pylon <jwang757@bu.edu> | 2021-09-19 14:47:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 11:47:13 -0700 |
commit | e83fb69ae8a579648a6a73e00399d3d144e51f88 (patch) | |
tree | da9ba0e063f896bd36a353a6f689b4ce528af709 | |
parent | 5dbde91bdf5be6d14fd99842b9a2952d0589b84d (diff) |
[Keyboard] Enabled Mousekeys by default on Boston (#14507)
-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 f46791e881..8792a0276f 100644 --- a/keyboards/boston/rules.mk +++ b/keyboards/boston/rules.mk @@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu # change yes to no to disable # BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys +MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration @@ -25,4 +25,4 @@ ENCODER_ENABLE = yes OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE # RGB setting -WS2812_DRIVER = bitbang
\ No newline at end of file +WS2812_DRIVER = bitbang |