diff options
author | Frank Tackitt <im@frank.af> | 2022-07-29 15:42:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 23:42:34 +0100 |
commit | 21603c5142c1bd7d0e766bd78b4cc31408c3649d (patch) | |
tree | 8cb492438e10076030d2328fb0740442cd37712d /keyboards/rgbkb/sol3/rules.mk | |
parent | 3f1b61ba551c635634188f2708c1dd2e58433d3a (diff) |
Enable mousekeys by default for RGBKB Sol3 (#17842)
Diffstat (limited to 'keyboards/rgbkb/sol3/rules.mk')
-rw-r--r-- | keyboards/rgbkb/sol3/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/rgbkb/sol3/rules.mk b/keyboards/rgbkb/sol3/rules.mk index e30330d333..6f04c5ec96 100644 --- a/keyboards/rgbkb/sol3/rules.mk +++ b/keyboards/rgbkb/sol3/rules.mk @@ -14,7 +14,7 @@ QUANTUM_LIB_SRC += i2c_master.c # change yes to no to disable # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys +MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration |