]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Disable Moueskeys to reduce Vitamins Included firmware size
authorDrashna Jaelre <drashna@live.com>
Fri, 28 Sep 2018 17:37:50 +0000 (10:37 -0700)
committerJack Humbert <jack.humb@gmail.com>
Sat, 29 Sep 2018 02:22:53 +0000 (22:22 -0400)
keyboards/vitamins_included/config.h
keyboards/vitamins_included/rules.mk

index abbb3105637287fd076705b505ce9566ec85969e..bcaf777c7756359847738a2af2e90a30898d7059 100644 (file)
@@ -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
+
 
index 8ac39dffbc956b8c8629006d217e3ad5d161b5b4..4f6d497a6b117e9b7c9fde5c32717c3116f777a3 100644 (file)
@@ -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