From 3caa17f21155ef8800bca24608c4967ff1d16662 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 3 Jun 2022 06:43:34 +0200 Subject: [PATCH] Activate the Stalker LED effect on startup --- Model100.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model100.ino b/Model100.ino index 009a83a..04c4517 100644 --- a/Model100.ino +++ b/Model100.ino @@ -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); }