diff options
Diffstat (limited to 'keyboards/planck/keymaps/skug/keymap.c')
-rw-r--r-- | keyboards/planck/keymaps/skug/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/skug/keymap.c b/keyboards/planck/keymaps/skug/keymap.c index 27efc4759..a2162d911 100644 --- a/keyboards/planck/keymaps/skug/keymap.c +++ b/keyboards/planck/keymaps/skug/keymap.c | |||
@@ -264,7 +264,7 @@ uint16_t muse_counter = 0; | |||
264 | uint8_t muse_offset = 70; | 264 | uint8_t muse_offset = 70; |
265 | uint16_t muse_tempo = 50; | 265 | uint16_t muse_tempo = 50; |
266 | 266 | ||
267 | void encoder_update(bool clockwise) { | 267 | bool encoder_update(bool clockwise) { |
268 | if (muse_mode) { | 268 | if (muse_mode) { |
269 | if (IS_LAYER_ON(_RAISE)) { | 269 | if (IS_LAYER_ON(_RAISE)) { |
270 | if (clockwise) { | 270 | if (clockwise) { |
@@ -288,6 +288,7 @@ void encoder_update(bool clockwise) { | |||
288 | unregister_code(KC_PGUP); | 288 | unregister_code(KC_PGUP); |
289 | } | 289 | } |
290 | } | 290 | } |
291 | return true; | ||
291 | } | 292 | } |
292 | 293 | ||
293 | void dip_update(uint8_t index, bool active) { | 294 | void dip_update(uint8_t index, bool active) { |