Fix the example

Don't use `OneShot.enableAuto()`, it has been removed.

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

@ -62,8 +62,6 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
};
void setup () {
OneShot.enableAuto ();
Kaleidoscope.use (&OneShot, &EscapeOneShot, NULL);
Kaleidoscope.setup (KEYMAP_SIZE);
}

Loading…
Cancel
Save