diff options
Diffstat (limited to 'keyboards/preonic/keymaps/laurentlaurent/keymap.c')
-rw-r--r-- | keyboards/preonic/keymaps/laurentlaurent/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/preonic/keymaps/laurentlaurent/keymap.c b/keyboards/preonic/keymaps/laurentlaurent/keymap.c index b1a73035b..62943a420 100644 --- a/keyboards/preonic/keymaps/laurentlaurent/keymap.c +++ b/keyboards/preonic/keymaps/laurentlaurent/keymap.c | |||
@@ -554,7 +554,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
554 | return true; | 554 | return true; |
555 | } | 555 | } |
556 | 556 | ||
557 | void dip_switch_update_user(uint8_t index, bool active) { | 557 | bool dip_switch_update_user(uint8_t index, bool active) { |
558 | switch (index) { | 558 | switch (index) { |
559 | case 0: | 559 | case 0: |
560 | if (active) { | 560 | if (active) { |
@@ -570,6 +570,7 @@ void dip_switch_update_user(uint8_t index, bool active) { | |||
570 | muse_mode = false; | 570 | muse_mode = false; |
571 | } | 571 | } |
572 | } | 572 | } |
573 | return true; | ||
573 | } | 574 | } |
574 | 575 | ||
575 | void matrix_scan_user(void) { | 576 | void matrix_scan_user(void) { |