Set the number of editable layers to 9

This commit is contained in:
Gergely Polonkai 2022-06-01 11:01:24 +02:00
parent e0ebd26457
commit 943c2e8d2d
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 2 deletions

View File

@ -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() {