diff options
Diffstat (limited to 'keyboards/keycapsss/kimiko/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/keycapsss/kimiko/keymaps/default/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/keycapsss/kimiko/keymaps/default/keymap.c b/keyboards/keycapsss/kimiko/keymaps/default/keymap.c index c7ec7da9a..4a008b466 100644 --- a/keyboards/keycapsss/kimiko/keymaps/default/keymap.c +++ b/keyboards/keycapsss/kimiko/keymaps/default/keymap.c | |||
@@ -333,7 +333,7 @@ void oled_task_user(void) { | |||
333 | 333 | ||
334 | 334 | ||
335 | #ifdef ENCODER_ENABLE | 335 | #ifdef ENCODER_ENABLE |
336 | void encoder_update_user(uint8_t index, bool clockwise) { | 336 | bool encoder_update_user(uint8_t index, bool clockwise) { |
337 | // Encoder on master side | 337 | // Encoder on master side |
338 | if (index == 0) { | 338 | if (index == 0) { |
339 | switch (get_highest_layer(layer_state)) { | 339 | switch (get_highest_layer(layer_state)) { |
@@ -403,5 +403,6 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
403 | break; | 403 | break; |
404 | } | 404 | } |
405 | } | 405 | } |
406 | return true; | ||
406 | } | 407 | } |
407 | #endif // ENCODER_ENABLE | 408 | #endif // ENCODER_ENABLE |