diff options
| author | Nick Brassel | 2023-04-15 17:18:44 +0200 |
|---|---|---|
| committer | GitHub | 2023-04-15 17:18:44 +0200 |
| commit | c9f619124d41637ece157570703423c3890cb6c2 (patch) | |
| tree | 8a7d3f3e816eda3814e647c195b8579d49697158 /keyboards/synthlabs | |
| parent | 0ddb7d7863d180c571091dd1fa154abb53de5a04 (diff) | |
Encodermap direction define. (#20454)
Diffstat (limited to 'keyboards/synthlabs')
| -rw-r--r-- | keyboards/synthlabs/solo/keymaps/iidx/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/synthlabs/solo/keymaps/iidx/keymap.c b/keyboards/synthlabs/solo/keymaps/iidx/keymap.c index aedb00d968..d124a011f6 100644 --- a/keyboards/synthlabs/solo/keymaps/iidx/keymap.c +++ b/keyboards/synthlabs/solo/keymaps/iidx/keymap.c @@ -62,7 +62,7 @@ void housekeeping_task_user(void) { } } -const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = { +const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { [0] = { ENCODER_CCW_CW( CCW_MACRO, CW_MACRO |