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 3ea61a26e..ef4707f64 100644 --- a/keyboards/preonic/keymaps/AlexDaigre/keymap.c +++ b/keyboards/preonic/keymaps/AlexDaigre/keymap.c | |||
| @@ -276,7 +276,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
| 276 | return true; | 276 | return true; |
| 277 | } | 277 | } |
| 278 | 278 | ||
| 279 | void dip_switch_update_user(uint8_t index, bool active) { | 279 | bool dip_switch_update_user(uint8_t index, bool active) { |
| 280 | switch (index) { | 280 | switch (index) { |
| 281 | case 0: | 281 | case 0: |
| 282 | if (active) { | 282 | if (active) { |
| @@ -292,6 +292,7 @@ void dip_switch_update_user(uint8_t index, bool active) { | |||
| 292 | muse_mode = false; | 292 | muse_mode = false; |
| 293 | } | 293 | } |
| 294 | } | 294 | } |
| 295 | return true; | ||
| 295 | } | 296 | } |
| 296 | 297 | ||
| 297 | 298 | ||
