aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/junonum/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_4x12/junonum/keymap.c')
-rw-r--r--layouts/community/ortho_4x12/junonum/keymap.c3
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;
268uint8_t muse_offset = 70; 268uint8_t muse_offset = 70;
269uint16_t muse_tempo = 50; 269uint16_t muse_tempo = 50;
270 270
271void encoder_update(bool clockwise) { 271bool 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
295void dip_update(uint8_t index, bool active) { 296void dip_update(uint8_t index, bool active) {