Update 5075.c

This commit is contained in:
jonylee@hfd 2024-10-22 14:20:08 +08:00 committed by GitHub
parent 72edeeabef
commit e194523680
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
} else { } else {
default_layer_set((layer_state_t)1 << WIN_B); default_layer_set((layer_state_t)1 << WIN_B);
} }
break;
default: default:
break; break;
} }