diff options
Diffstat (limited to 'keyboards/preonic/keymaps/AlexDaigre/keymap.c')
-rw-r--r-- | keyboards/preonic/keymaps/AlexDaigre/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/preonic/keymaps/AlexDaigre/keymap.c b/keyboards/preonic/keymaps/AlexDaigre/keymap.c index 67d13005c..3ea61a26e 100644 --- a/keyboards/preonic/keymaps/AlexDaigre/keymap.c +++ b/keyboards/preonic/keymaps/AlexDaigre/keymap.c | |||
@@ -249,7 +249,7 @@ uint16_t muse_counter = 0; | |||
249 | uint8_t muse_offset = 70; | 249 | uint8_t muse_offset = 70; |
250 | uint16_t muse_tempo = 50; | 250 | uint16_t muse_tempo = 50; |
251 | 251 | ||
252 | void encoder_update_user(uint8_t index, bool clockwise) { | 252 | bool encoder_update_user(uint8_t index, bool clockwise) { |
253 | if (muse_mode) { | 253 | if (muse_mode) { |
254 | if (IS_LAYER_ON(_RAISE)) { | 254 | if (IS_LAYER_ON(_RAISE)) { |
255 | if (clockwise) { | 255 | if (clockwise) { |
@@ -273,6 +273,7 @@ void encoder_update_user(uint8_t index, bool clockwise) { | |||
273 | unregister_code(KC_PGUP); | 273 | unregister_code(KC_PGUP); |
274 | } | 274 | } |
275 | } | 275 | } |
276 | return true; | ||
276 | } | 277 | } |
277 | 278 | ||
278 | void dip_switch_update_user(uint8_t index, bool active) { | 279 | void dip_switch_update_user(uint8_t index, bool active) { |