Fix the example

Have to follow up on HostOS changes...

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

@ -19,6 +19,8 @@
#define KALEIDOSCOPE_HOSTOS_GUESSER 1
#include <Kaleidoscope.h>
#include <Kaleidoscope-HostOS.h>
#include <Kaleidoscope/HostOS-select.h>
#include <Kaleidoscope-Unicode.h>
const Key keymaps[][ROWS][COLS] PROGMEM = {
@ -44,7 +46,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
void setup () {
Kaleidoscope.setup (KEYMAP_SIZE);
Kaleidoscope.use (&Unicode, NULL);
Kaleidoscope.use (&HostOS, &Unicode, NULL);
Unicode.type (0x2328);
}

Loading…
Cancel
Save