summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included/rules.mk
diff options
context:
space:
mode:
authorMikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>2020-04-21 14:15:29 +0200
committerGitHub <noreply@github.com>2020-04-21 13:15:29 +0100
commitf78896589e8dcc6ae0dc1acb839212b7aada7c9c (patch)
treec288d3d081cbdd7ecb2fcad39ddd0a5e736e7b67 /keyboards/vitamins_included/rules.mk
parent837ffd0006ebd3c99d0af96e19a191828dccc1a3 (diff)
Update vitamins included default keymap, enable NKRO, rev2 rgbsplit (#8871)
* Update default vitamins_included keymap * Turned on NKRO support * Added NKRO toggle key to keymap * Cleaned up key map to be more up to date with current standards * configured RGBLED_SPLIT
Diffstat (limited to 'keyboards/vitamins_included/rules.mk')
-rw-r--r--keyboards/vitamins_included/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/vitamins_included/rules.mk b/keyboards/vitamins_included/rules.mk
index 0d615b41f0..3eb3a1c306 100644
--- a/keyboards/vitamins_included/rules.mk
+++ b/keyboards/vitamins_included/rules.mk
@@ -15,7 +15,7 @@ DEBUG_ENABLE = no # Enable more debug info
EXTRAKEY_ENABLE = yes # Audio control and System control
MIDI_ENABLE = no # MIDI controls
MOUSEKEY_ENABLE = no # Mouse keys
-NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
+NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
UNICODE_ENABLE = no # Unicode
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE