Skip to content

Commit

Permalink
move the rainbow effects earlier in the effect list
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Jun 19, 2017
1 parent c6a2d4f commit 119423c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Model01-Firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ void setup() {
BootKeyboard.begin();
Kaleidoscope.use(&TestMode,
&LEDControl, &LEDOff,
&LEDRainbowEffect, &LEDRainbowWaveEffect, &LEDChaseEffect,
&solidRed, &solidOrange, &solidYellow, &solidGreen, &solidBlue, &solidIndigo, &solidViolet,
&LEDBreatheEffect, &LEDRainbowEffect, &LEDRainbowWaveEffect, &LEDChaseEffect,
&LEDBreatheEffect,
&AlphaSquareEffect,
&StalkerEffect,
&NumLock,
Expand Down

0 comments on commit 119423c

Please sign in to comment.