diff options
author | Drashna Jaelre <drashna@live.com> | 2018-09-28 19:37:50 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-09-29 04:22:53 +0200 |
commit | 3d767e4aab5a6c87cb334a22ffaa9b6ad8e76393 (patch) | |
tree | 596754dec0dd0ba99a50451611f60c7b467e25b1 /keyboards/vitamins_included | |
parent | ab83aedfabd7f11d914466d008ab5938b3e0107f (diff) | |
download | qmk_firmware-3d767e4aab5a6c87cb334a22ffaa9b6ad8e76393.tar.gz qmk_firmware-3d767e4aab5a6c87cb334a22ffaa9b6ad8e76393.tar.xz |
Disable Moueskeys to reduce Vitamins Included firmware size
Diffstat (limited to 'keyboards/vitamins_included')
-rw-r--r-- | keyboards/vitamins_included/config.h | 2 | ||||
-rw-r--r-- | keyboards/vitamins_included/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/vitamins_included/config.h b/keyboards/vitamins_included/config.h index abbb31056..bcaf777c7 100644 --- a/keyboards/vitamins_included/config.h +++ b/keyboards/vitamins_included/config.h @@ -23,5 +23,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION -#define DISABLE_LEADER + 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 |