diff options
Diffstat (limited to 'layouts/community/ortho_4x12/jackhumbert/keymap.c')
-rw-r--r-- | layouts/community/ortho_4x12/jackhumbert/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/community/ortho_4x12/jackhumbert/keymap.c b/layouts/community/ortho_4x12/jackhumbert/keymap.c index f9a3e1686..08abf78d1 100644 --- a/layouts/community/ortho_4x12/jackhumbert/keymap.c +++ b/layouts/community/ortho_4x12/jackhumbert/keymap.c | |||
@@ -130,7 +130,7 @@ layer_state_t layer_state_set_user(layer_state_t state) { | |||
130 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 130 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
131 | }; | 131 | }; |
132 | 132 | ||
133 | void encoder_update(bool clockwise) { | 133 | bool encoder_update_user(uint8_t index, bool clockwise) { |
134 | if (clockwise) { | 134 | if (clockwise) { |
135 | #ifdef MOUSEKEY_ENABLE | 135 | #ifdef MOUSEKEY_ENABLE |
136 | tap_code(KC_MS_WH_DOWN); | 136 | tap_code(KC_MS_WH_DOWN); |
@@ -144,6 +144,7 @@ void encoder_update(bool clockwise) { | |||
144 | tap_code(KC_PGUP); | 144 | tap_code(KC_PGUP); |
145 | #endif | 145 | #endif |
146 | } | 146 | } |
147 | return true; | ||
147 | } | 148 | } |
148 | 149 | ||
149 | bool music_mask_user(uint16_t keycode) { | 150 | bool music_mask_user(uint16_t keycode) { |