diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-08-09 18:03:34 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-09 18:03:34 -0700 |
commit | 489a922f347228baf167e4183f83bb688471b2fd (patch) | |
tree | 4a1089f296faf8b58d6de041022d378a7f6ad287 /keyboards | |
parent | 1ac2dd9b63b8917fda487b3fb3ae9a2f52c3bda1 (diff) |
Keyboard: Disable mouse keys for kbd6x (#3603)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/kbd6x/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kbd6x/rules.mk b/keyboards/kbd6x/rules.mk index 8f2e7e2adb..b8acb7ad99 100644 --- a/keyboards/kbd6x/rules.mk +++ b/keyboards/kbd6x/rules.mk @@ -52,7 +52,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # change yes to no to disable # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE = yes # Mouse keys(+4700) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration |