summaryrefslogtreecommitdiffstats
path: root/keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c')
-rw-r--r--keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c b/keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c
index cd0bd4a644..b96e5ce648 100644
--- a/keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c
+++ b/keyboards/argo_works/ishi/80/mk0_avr_extra/keymaps/bongocat/keymap.c
@@ -58,7 +58,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] = {
[BL] = { ENCODER_CCW_CW(KC_VOLD, KC_VOLU) },
[UL] = { ENCODER_CCW_CW(KC_BRID, KC_BRIU) },
};