summaryrefslogtreecommitdiff
path: root/keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c')
-rw-r--r--keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c b/keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c
index 439b3d8493..44c5e6d052 100644
--- a/keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c
+++ b/keyboards/fearherbs1/blue_team_pad/keymaps/via/keymap.c
@@ -15,7 +15,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
#if defined(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), ENCODER_CCW_CW(KC_MPRV, KC_MNXT) },
};
#endif