From 5ef42552a5a7c4fe69c772b12ba3fc4fe14a8104 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 2 Mar 2017 20:42:41 +0100 Subject: Include the Stalker LED effect too Set it to the BlazingTrail variant, because that looks much better. Signed-off-by: Gergely Nagy --- Model01-Firmware.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Model01-Firmware.ino b/Model01-Firmware.ino index 1802f85..f16bcaf 100644 --- a/Model01-Firmware.ino +++ b/Model01-Firmware.ino @@ -15,6 +15,7 @@ #include "Kaleidoscope-LEDEffect-Breathe.h" #include "Kaleidoscope-LEDEffect-Chase.h" #include "Kaleidoscope-LEDEffect-Rainbow.h" +#include "Kaleidoscope-LED-Stalker.h" #include "Kaleidoscope-Model01-TestMode.h" @@ -133,6 +134,7 @@ void setup() { Kaleidoscope.use(&TestMode, &LEDControl, &LEDOff, + &StalkerEffect, &solidRed, &solidOrange, &solidYellow, &solidGreen, &solidBlue, &solidIndigo, &solidViolet, &LEDBreatheEffect, &LEDRainbowEffect, &LEDRainbowWaveEffect, &LEDChaseEffect, &NumLock, @@ -140,6 +142,7 @@ void setup() { &MouseKeys, NULL); + StalkerEffect.configure (STALKER (BlazingTrail, NULL)); LEDOff.activate(); } -- cgit v1.2.3