Minor documentation update

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 7 years ago
parent dd7c20a4ee
commit b6d0197bb4

@ -9,7 +9,9 @@
[st:broken]: https://img.shields.io/badge/broken-X-black.svg?style=flat&colorA=e05d44&colorB=494e52 [st:broken]: https://img.shields.io/badge/broken-X-black.svg?style=flat&colorA=e05d44&colorB=494e52
[st:experimental]: https://img.shields.io/badge/experimental----black.svg?style=flat&colorA=dfb317&colorB=494e52 [st:experimental]: https://img.shields.io/badge/experimental----black.svg?style=flat&colorA=dfb317&colorB=494e52
TODO A common base for plugins that want to provide themes, or theme-related
capabilities, using a 15+1 color palette. In other words, this is for plugin
authors primarily.
## Using the plugin ## Using the plugin
@ -21,10 +23,10 @@ TODO
#include <Kaleidoscope-LED-Palette-Theme.h> #include <Kaleidoscope-LED-Palette-Theme.h>
void setup() { void setup() {
Kaleidoscope.setup ();
USE_PLUGINS(&EEPROMSettings, &LEDPaletteTheme); USE_PLUGINS(&EEPROMSettings, &LEDPaletteTheme);
Kaleidoscope.setup();
// TODO // TODO
} }
``` ```

Loading…
Cancel
Save