diff options
Diffstat (limited to 'keyboards/planck/keymaps/mikethetiger/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/mikethetiger/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/mikethetiger/keymap.c b/keyboards/planck/keymaps/mikethetiger/keymap.c index 7a4f0b816..e319fd49e 100644 --- a/keyboards/planck/keymaps/mikethetiger/keymap.c +++ b/keyboards/planck/keymaps/mikethetiger/keymap.c | |||
@@ -256,7 +256,7 @@ uint16_t muse_counter = 0; | |||
256 | uint8_t muse_offset = 70; | 256 | uint8_t muse_offset = 70; |
257 | uint16_t muse_tempo = 50; | 257 | uint16_t muse_tempo = 50; |
258 | 258 | ||
259 | void encoder_update(bool clockwise) { | 259 | bool encoder_update(bool clockwise) { |
260 | if (muse_mode) { | 260 | if (muse_mode) { |
261 | if (IS_LAYER_ON(_RAISE)) { | 261 | if (IS_LAYER_ON(_RAISE)) { |
262 | if (clockwise) { | 262 | if (clockwise) { |
@@ -290,6 +290,7 @@ void encoder_update(bool clockwise) { | |||
290 | #endif | 290 | #endif |
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) { |