Updated to use Kaleidoscope.use instead of USE_PLUGINS

Signed-off-by: Gergely Nagy <kaleidoscope@gergo.csillger.hu>
pull/389/head
Gergely Nagy 8 years ago
parent dc0b2a2b91
commit a5d3a9ff37

@ -27,7 +27,7 @@ include the header, and make sure the plugin is in use:
#include <Kaleidoscope-Heatmap.h> #include <Kaleidoscope-Heatmap.h>
void setup() { void setup() {
USE_PLUGINS(&HeatmapEffect); Kaleidoscope.use(&HeatmapEffect);
Kaleidoscope.setup (); Kaleidoscope.setup ();
} }

@ -40,7 +40,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
}; };
void setup() { void setup() {
USE_PLUGINS(&HeatmapEffect); Kaleidoscope.use(&HeatmapEffect);
Kaleidoscope.setup(); Kaleidoscope.setup();

Loading…
Cancel
Save