commit 0dee127b2939244fb9276d2320fb956d962aa09a parent 21ca1eb7aefaec962057185b7903897824604c17 Author: QMK Bot <hello@qmk.fm> Date: Fri, 27 Jun 2025 19:13:34 +0000 Merge remote-tracking branch 'origin/master' into develop Diffstat:
| M | keyboards/inland/kb83/kb83.c | | | 6 | +----- |
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/keyboards/inland/kb83/kb83.c b/keyboards/inland/kb83/kb83.c @@ -313,11 +313,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) { return false; } if (index == 0) { - default_layer_set(1UL << (active ? 2 : 0)); - } - if(active){ - keymap_config.no_gui = 0; - eeconfig_update_keymap(&keymap_config); + default_layer_set(1UL << (active ? MAC_B : WIN_B)); } return true; }