aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot2025-06-27 21:13:34 +0200
committerQMK Bot2025-06-27 21:13:34 +0200
commit0dee127b2939244fb9276d2320fb956d962aa09a (patch)
tree47d448ffd290ee79063e9f499ac98150726b808e
parent21ca1eb7aefaec962057185b7903897824604c17 (diff)
parent6e55870a82e8cfecd379242fd58829b37fa8ffa4 (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/inland/kb83/kb83.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/keyboards/inland/kb83/kb83.c b/keyboards/inland/kb83/kb83.c
index 41a3ad8df7..07d8bdbdb4 100644
--- 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;
}