Remove the AlphaSquare plugin
This commit is contained in:
parent
f6660fc3df
commit
f4ed1eeebd
@ -20,7 +20,6 @@
|
||||
#include "Kaleidoscope-LEDEffect-Chase.h"
|
||||
#include "Kaleidoscope-LEDEffect-Rainbow.h"
|
||||
#include "Kaleidoscope-LED-Stalker.h"
|
||||
#include "Kaleidoscope-LED-AlphaSquare.h"
|
||||
#include "Kaleidoscope-LED-Palette-Theme.h"
|
||||
#include "Kaleidoscope-Colormap.h"
|
||||
#include "Kaleidoscope-HardwareTestMode.h"
|
||||
@ -199,7 +198,6 @@ KALEIDOSCOPE_INIT_PLUGINS(
|
||||
solidIndigo,
|
||||
solidViolet,
|
||||
LEDBreatheEffect,
|
||||
AlphaSquareEffect,
|
||||
StalkerEffect,
|
||||
LEDPaletteTheme,
|
||||
ColormapEffect,
|
||||
@ -211,7 +209,6 @@ KALEIDOSCOPE_INIT_PLUGINS(
|
||||
|
||||
void setup() {
|
||||
Kaleidoscope.setup();
|
||||
AlphaSquare.color = CRGB(255, 0, 0);
|
||||
LEDRainbowEffect.brightness(255);
|
||||
LEDRainbowWaveEffect.brightness(255);
|
||||
HardwareTestMode.setActionKey(R3C6);
|
||||
|
Loading…
Reference in New Issue
Block a user