diff options
Diffstat (limited to 'keyboards/planck/keymaps/abishalom/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/abishalom/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/abishalom/keymap.c b/keyboards/planck/keymaps/abishalom/keymap.c index 4c1185ad9..bd53cfb7a 100644 --- a/keyboards/planck/keymaps/abishalom/keymap.c +++ b/keyboards/planck/keymaps/abishalom/keymap.c | |||
@@ -221,7 +221,7 @@ uint16_t muse_counter = 0; | |||
221 | uint8_t muse_offset = 70; | 221 | uint8_t muse_offset = 70; |
222 | uint16_t muse_tempo = 50; | 222 | uint16_t muse_tempo = 50; |
223 | 223 | ||
224 | void encoder_update(bool clockwise) { | 224 | bool encoder_update(bool clockwise) { |
225 | if (muse_mode) { | 225 | if (muse_mode) { |
226 | if (IS_LAYER_ON(_RAISE)) { | 226 | if (IS_LAYER_ON(_RAISE)) { |
227 | if (clockwise) { | 227 | if (clockwise) { |
@@ -251,6 +251,7 @@ void encoder_update(bool clockwise) { | |||
251 | #endif | 251 | #endif |
252 | } | 252 | } |
253 | } | 253 | } |
254 | return true; | ||
254 | } | 255 | } |
255 | 256 | ||
256 | void dip_switch_update_user(uint8_t index, bool active) { | 257 | void dip_switch_update_user(uint8_t index, bool active) { |