Activate the Stalker LED effect on startup

This commit is contained in:
Gergely Polonkai 2022-06-03 06:43:34 +02:00
parent 73424a02d2
commit 3caa17f211
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ void setup() {
LEDRainbowWaveEffect.brightness(255);
HardwareTestMode.setActionKey(R3C6);
StalkerEffect.variant = STALKER(BlazingTrail);
LEDOff.activate();
StalkerEffect.activate();
EEPROMKeymap.setup(9);
ColormapEffect.max_layers(9);
}