Fix the example to not use obsolete functions

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 8 years ago
parent 188b4bc02c
commit fbb5dcb359

@ -61,10 +61,9 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
}; };
void setup () { void setup () {
OneShot.enableAuto (); Kaleidoscope.setup ();
Kaleidoscope.use (&OneShot, NULL); USE_PLUGINS (&OneShot);
Kaleidoscope.setup (KEYMAP_SIZE);
} }
void loop () { void loop () {

Loading…
Cancel
Save