diff options
Diffstat (limited to 'keyboards/keebio/iris/keymaps/khitsule/keymap.c')
-rw-r--r-- | keyboards/keebio/iris/keymaps/khitsule/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/keymaps/khitsule/keymap.c b/keyboards/keebio/iris/keymaps/khitsule/keymap.c index 3e99cd6b0..1ba89962c 100644 --- a/keyboards/keebio/iris/keymaps/khitsule/keymap.c +++ b/keyboards/keebio/iris/keymaps/khitsule/keymap.c | |||
@@ -135,7 +135,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
135 | return true; | 135 | return true; |
136 | } | 136 | } |
137 | 137 | ||
138 | void encoder_update_user(uint8_t index, bool clockwise) { | 138 | bool encoder_update_user(uint8_t index, bool clockwise) { |
139 | if (index == 0) { | 139 | if (index == 0) { |
140 | if (clockwise) { | 140 | if (clockwise) { |
141 | tap_code(KC_VOLU); | 141 | tap_code(KC_VOLU); |
@@ -150,4 +150,5 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
150 | tap_code(KC_PGUP); | 150 | tap_code(KC_PGUP); |
151 | } | 151 | } |
152 | } | 152 | } |
153 | return true; | ||
153 | } | 154 | } |