diff options
author | Drashna Jaelre <drashna@live.com> | 2018-09-28 10:37:50 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-09-28 22:22:53 -0400 |
commit | 3d767e4aab5a6c87cb334a22ffaa9b6ad8e76393 (patch) | |
tree | 596754dec0dd0ba99a50451611f60c7b467e25b1 /keyboards/vitamins_included/rules.mk | |
parent | ab83aedfabd7f11d914466d008ab5938b3e0107f (diff) | |
download | qmk_firmware-3d767e4aab5a6c87cb334a22ffaa9b6ad8e76393.tar.gz |
Disable Moueskeys to reduce Vitamins Included firmware size
Diffstat (limited to 'keyboards/vitamins_included/rules.mk')
-rw-r--r-- | keyboards/vitamins_included/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/vitamins_included/rules.mk b/keyboards/vitamins_included/rules.mk index 8ac39dffb..4f6d497a6 100644 --- a/keyboards/vitamins_included/rules.mk +++ b/keyboards/vitamins_included/rules.mk @@ -53,7 +53,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # the appropriate keymap folder that will get included automatically # 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 = no # Console for debug(+400) COMMAND_ENABLE = no # Commands for debug and configuration |