summary refs log tree commit diff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-09-28 10:37:50 -0700
committerJack Humbert <jack.humb@gmail.com>2018-09-28 22:22:53 -0400
commit3d767e4aab5a6c87cb334a22ffaa9b6ad8e76393 (patch)
tree596754dec0dd0ba99a50451611f60c7b467e25b1
parentab83aedfabd7f11d914466d008ab5938b3e0107f (diff)
Disable Moueskeys to reduce Vitamins Included firmware size
-rw-r--r--keyboards/vitamins_included/config.h2
-rw-r--r--keyboards/vitamins_included/rules.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/vitamins_included/config.h b/keyboards/vitamins_included/config.h
index abbb310563..bcaf777c77 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 8ac39dffbc..4f6d497a6b 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