From 943c2e8d2d27b5dc62ea2aaa291dbae3103293bf Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 1 Jun 2022 11:01:24 +0200 Subject: [PATCH] Set the number of editable layers to 9 --- Model100.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model100.ino b/Model100.ino index 9e013a8..33f1818 100644 --- a/Model100.ino +++ b/Model100.ino @@ -192,8 +192,8 @@ void setup() { HardwareTestMode.setActionKey(R3C6); StalkerEffect.variant = STALKER(BlazingTrail); LEDOff.activate(); - EEPROMKeymap.setup(5); - ColormapEffect.max_layers(5); + EEPROMKeymap.setup(9); + ColormapEffect.max_layers(9); } void loop() {