Merge pull request #513 from thunderkeys/thunderkeys-ActiveLayerColor-doc-fix

Fix plugin name for LEDActiveLayerColorEffect in docs
pull/514/head
Gergely Nagy 6 years ago committed by GitHub
commit 513e28d8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save