From d3b7467c6fa31efd0c7167c9423ed6c7422fa5f7 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 22 May 2017 13:07:46 -0700 Subject: [PATCH] ShapeShifter doesn't knwo about LEDs --- examples/ShapeShifter/ShapeShifter.ino | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/ShapeShifter/ShapeShifter.ino b/examples/ShapeShifter/ShapeShifter.ino index 193cd64c..09953d42 100644 --- a/examples/ShapeShifter/ShapeShifter.ino +++ b/examples/ShapeShifter/ShapeShifter.ino @@ -19,10 +19,12 @@ #include #include + + const Key keymaps[][ROWS][COLS] PROGMEM = { [0] = KEYMAP_STACKED ( - Key_LEDEffectNext, Key_1, Key_2, Key_3, Key_4, Key_5, Key_LEDEffectNext, + Key_skip, Key_1, Key_2, Key_3, Key_4, Key_5, Key_skip, Key_Backtick, Key_Q, Key_W, Key_E, Key_R, Key_T, Key_Tab, Key_PageUp, Key_A, Key_S, Key_D, Key_F, Key_G, Key_PageDown, Key_Z, Key_X, Key_C, Key_V, Key_B, Key_Escape, @@ -40,6 +42,9 @@ const Key keymaps[][ROWS][COLS] PROGMEM = { ), }; + + + static const KaleidoscopePlugins::ShapeShifter::dictionary_t shapeShiftDictionary[] PROGMEM = { {Key_1, Key_2}, {Key_2, Key_1},