diff options
author | Joel Challis <git@zvecr.com> | 2023-05-10 22:55:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-10 22:55:49 +0100 |
commit | 4ae45ca995b1f01b8e7ab3d115efe241c9adfee3 (patch) | |
tree | 3fbf845606e8c4fbb37fb5563e9d18ed0a46b3ca /keyboards/mechwild | |
parent | 853c8d4617efcf779ddde92ee81dadc892b88142 (diff) |
Tidy up encoder_map directions (#20847)
Diffstat (limited to 'keyboards/mechwild')
-rw-r--r-- | keyboards/mechwild/mercutio/keymaps/default_625u_space/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechwild/mercutio/keymaps/default_625u_space/keymap.c b/keyboards/mechwild/mercutio/keymaps/default_625u_space/keymap.c index 58c149f7e9..a4cd13134c 100644 --- a/keyboards/mechwild/mercutio/keymaps/default_625u_space/keymap.c +++ b/keyboards/mechwild/mercutio/keymaps/default_625u_space/keymap.c @@ -47,7 +47,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { }; #ifdef ENCODER_MAP_ENABLE -const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][2] = { +const uint16_t PROGMEM encoder_map[][NUM_ENCODERS][NUM_DIRECTIONS] = { [0] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) }, [1] = { ENCODER_CCW_CW(_______, _______) }, [2] = { ENCODER_CCW_CW(_______, _______) }, |