diff --git a/keyboards/handwired/ortho_brass/keymaps/default/keymap.c b/keyboards/handwired/ortho_brass/keymaps/default/keymap.c index e0fac65ae35..48af2a2d005 100644 --- a/keyboards/handwired/ortho_brass/keymaps/default/keymap.c +++ b/keyboards/handwired/ortho_brass/keymaps/default/keymap.c @@ -215,7 +215,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { return true; } -void dip_switch_update_user(uint8_t index, bool active) { +bool dip_switch_update_user(uint8_t index, bool active) { switch (index) { case 0: { if (active) { @@ -226,6 +226,7 @@ void dip_switch_update_user(uint8_t index, bool active) { break; } } + return true; } bool music_mask_user(uint16_t keycode) {