Browse Source

Disable Moueskeys to reduce Vitamins Included firmware size

pull/4019/head
Drashna Jaelre 5 years ago
committed by Jack Humbert
parent
commit
3d767e4aab
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/vitamins_included/config.h
  2. +1
    -1
      keyboards/vitamins_included/rules.mk

+ 1
- 1
keyboards/vitamins_included/config.h View 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

+ 1
- 1
keyboards/vitamins_included/rules.mk View 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


Loading…
Cancel
Save