aboutsummaryrefslogtreecommitdiff
path: root/keyboards/preonic/keymaps/AlexDaigre/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/preonic/keymaps/AlexDaigre/keymap.c')
-rw-r--r--keyboards/preonic/keymaps/AlexDaigre/keymap.c3
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;
249uint8_t muse_offset = 70; 249uint8_t muse_offset = 70;
250uint16_t muse_tempo = 50; 250uint16_t muse_tempo = 50;
251 251
252void encoder_update_user(uint8_t index, bool clockwise) { 252bool 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
278void dip_switch_update_user(uint8_t index, bool active) { 279void dip_switch_update_user(uint8_t index, bool active) {