mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-09 01:39:12 +00:00
[Keyboard] Enabled Mousekeys by default on Boston (#14507)
This commit is contained in:
parent
5dbde91bdf
commit
e83fb69ae8
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ BOOTLOADER = stm32-dfu
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
#
|
#
|
||||||
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
|
||||||
MOUSEKEY_ENABLE = no # Mouse keys
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = no # Console for debug
|
CONSOLE_ENABLE = no # Console for debug
|
||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
@ -25,4 +25,4 @@ ENCODER_ENABLE = yes
|
||||||
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
|
||||||
|
|
||||||
# RGB setting
|
# RGB setting
|
||||||
WS2812_DRIVER = bitbang
|
WS2812_DRIVER = bitbang
|
||||||
|
|
Loading…
Reference in a new issue