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 () {
OneShot.enableAuto ();
Kaleidoscope.setup ();
Kaleidoscope.use (&OneShot, NULL);
Kaleidoscope.setup (KEYMAP_SIZE);
USE_PLUGINS (&OneShot);
}
void loop () {

Loading…
Cancel
Save