Skip to content

Commit

Permalink
Include the Stalker LED effect too
Browse files Browse the repository at this point in the history
Set it to the BlazingTrail variant, because that looks much better.

Signed-off-by: Gergely Nagy <[email protected]>
  • Loading branch information
algernon committed Mar 2, 2017
1 parent 3091c6b commit 5ef4255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Model01-Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down Expand Up @@ -133,13 +134,15 @@ void setup() {

Kaleidoscope.use(&TestMode,
&LEDControl, &LEDOff,
&StalkerEffect,
&solidRed, &solidOrange, &solidYellow, &solidGreen, &solidBlue, &solidIndigo, &solidViolet,
&LEDBreatheEffect, &LEDRainbowEffect, &LEDRainbowWaveEffect, &LEDChaseEffect, &NumLock,

&Macros,
&MouseKeys,
NULL);

StalkerEffect.configure (STALKER (BlazingTrail, NULL));
LEDOff.activate();
}

Expand Down

0 comments on commit 5ef4255

Please sign in to comment.