Keyboard: Disable mouse keys for kbd6x (#3603)

This commit is contained in:
MechMerlin 2018-08-09 18:03:34 -07:00 committed by Drashna Jaelre
parent 1ac2dd9b63
commit 489a922f34
1 changed files with 1 additions and 1 deletions

View File

@ -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