ShapeShifter doesn't knwo about LEDs

pull/389/head^2
Jesse Vincent 7 years ago
parent 3d00ef6641
commit d3b7467c6f
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -19,10 +19,12 @@
#include <Kaleidoscope.h>
#include <Kaleidoscope-ShapeShifter.h>
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},

Loading…
Cancel
Save