diff --git a/keyboards/akko/5075/5075.c b/keyboards/akko/5075/5075.c index 22dfb2104f3..37ba7984e60 100644 --- a/keyboards/akko/5075/5075.c +++ b/keyboards/akko/5075/5075.c @@ -170,6 +170,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) { } else { default_layer_set((layer_state_t)1 << WIN_B); } + break; default: break; }