diff options
Diffstat (limited to 'keyboards/preonic/keymaps/senseored/keymap.c')
-rw-r--r-- | keyboards/preonic/keymaps/senseored/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/preonic/keymaps/senseored/keymap.c b/keyboards/preonic/keymaps/senseored/keymap.c index c78528d8c..cf354eed1 100644 --- a/keyboards/preonic/keymaps/senseored/keymap.c +++ b/keyboards/preonic/keymaps/senseored/keymap.c | |||
@@ -345,7 +345,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
345 | return true; | 345 | return true; |
346 | } | 346 | } |
347 | 347 | ||
348 | void dip_switch_update_user(uint8_t index, bool active) { | 348 | bool dip_switch_update_user(uint8_t index, bool active) { |
349 | switch (index) { | 349 | switch (index) { |
350 | case 0: | 350 | case 0: |
351 | if (active) { | 351 | if (active) { |
@@ -361,6 +361,7 @@ void dip_switch_update_user(uint8_t index, bool active) { | |||
361 | muse_mode = false; | 361 | muse_mode = false; |
362 | } | 362 | } |
363 | } | 363 | } |
364 | return true; | ||
364 | } | 365 | } |
365 | 366 | ||
366 | 367 | ||