diff options
Diffstat (limited to 'layouts/community/ortho_4x12/junonum/keymap.c')
-rw-r--r-- | layouts/community/ortho_4x12/junonum/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/junonum/keymap.c b/layouts/community/ortho_4x12/junonum/keymap.c index 67f7efde4..82ff4d63a 100644 --- a/layouts/community/ortho_4x12/junonum/keymap.c +++ b/layouts/community/ortho_4x12/junonum/keymap.c | |||
@@ -268,7 +268,7 @@ uint16_t muse_counter = 0; | |||
268 | uint8_t muse_offset = 70; | 268 | uint8_t muse_offset = 70; |
269 | uint16_t muse_tempo = 50; | 269 | uint16_t muse_tempo = 50; |
270 | 270 | ||
271 | void encoder_update(bool clockwise) { | 271 | bool encoder_update_user(uint8_t index, bool clockwise) { |
272 | if (muse_mode) { | 272 | if (muse_mode) { |
273 | if (IS_LAYER_ON(_RAISE)) { | 273 | if (IS_LAYER_ON(_RAISE)) { |
274 | if (clockwise) { | 274 | if (clockwise) { |
@@ -290,6 +290,7 @@ void encoder_update(bool clockwise) { | |||
290 | tap_code(KC_PGUP); | 290 | tap_code(KC_PGUP); |
291 | } | 291 | } |
292 | } | 292 | } |
293 | return true; | ||
293 | } | 294 | } |
294 | 295 | ||
295 | void dip_update(uint8_t index, bool active) { | 296 | void dip_update(uint8_t index, bool active) { |