summaryrefslogtreecommitdiff
path: root/keyboards/vitamins_included/rev2
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/rev2
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/rev2')
-rw-r--r--keyboards/vitamins_included/rev2/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/vitamins_included/rev2/config.h b/keyboards/vitamins_included/rev2/config.h
index d0f9e64003..e3d3051988 100644
--- a/keyboards/vitamins_included/rev2/config.h
+++ b/keyboards/vitamins_included/rev2/config.h
@@ -56,8 +56,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN F0
-#define RGBLED_NUM 12 // Number of LEDs
+#define RGBLED_NUM 12
#define RGBLIGHT_ANIMATIONS
+#define RGBLED_SPLIT { 6, 6 }
/* Audio settings */
#ifdef AUDIO_ENABLE