diff options
Diffstat (limited to 'keyboards/preonic/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/preonic/keymaps/default/keymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/preonic/keymaps/default/keymap.c b/keyboards/preonic/keymaps/default/keymap.c index b70aa31c1..3a82f7151 100644 --- a/keyboards/preonic/keymaps/default/keymap.c +++ b/keyboards/preonic/keymaps/default/keymap.c | |||
@@ -263,7 +263,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) { | |||
263 | return true; | 263 | return true; |
264 | } | 264 | } |
265 | 265 | ||
266 | void dip_switch_update_user(uint8_t index, bool active) { | 266 | bool dip_switch_update_user(uint8_t index, bool active) { |
267 | switch (index) { | 267 | switch (index) { |
268 | case 0: | 268 | case 0: |
269 | if (active) { | 269 | if (active) { |
@@ -279,6 +279,7 @@ void dip_switch_update_user(uint8_t index, bool active) { | |||
279 | muse_mode = false; | 279 | muse_mode = false; |
280 | } | 280 | } |
281 | } | 281 | } |
282 | return true; | ||
282 | } | 283 | } |
283 | 284 | ||
284 | 285 | ||