Fix plugin name from ActiveLayerColorEffect to LEDActiveLayerColorEffect in docs

Signed-off-by: Brian Almeida <bma@thunderkeys.net>
pull/513/head
Brian Almeida 6 years ago
parent e8be7b93f9
commit cfaf8f57cd

@ -17,7 +17,7 @@ Then, one needs to configure a color map:
#include <Kaleidoscope-LED-ActiveLayerColor.h>
KALEIDOSCOPE_INIT_PLUGINS(LEDControl,
ActiveLayerColorEffect);
LEDActiveLayerColorEffect);
void setup () {
static const cRGB layerColormap[] PROGMEM = {

Loading…
Cancel
Save