Set the number of editable layers to 9
This commit is contained in:
parent
e0ebd26457
commit
943c2e8d2d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user