Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2025-06-27 19:14:14 +00:00
commit e0feb2a29a

View File

@ -313,11 +313,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
return false; return false;
} }
if (index == 0) { if (index == 0) {
default_layer_set(1UL << (active ? 2 : 0)); default_layer_set(1UL << (active ? MAC_B : WIN_B));
}
if(active){
keymap_config.no_gui = 0;
eeconfig_update_keymap(&keymap_config);
} }
return true; return true;
} }