We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inland/kb83
1 parent e15d9ca commit 6e55870Copy full SHA for 6e55870
1 file changed
keyboards/inland/kb83/kb83.c
@@ -313,11 +313,7 @@ bool dip_switch_update_kb(uint8_t index, bool active) {
313
return false;
314
}
315
if (index == 0) {
316
- default_layer_set(1UL << (active ? 2 : 0));
317
- }
318
- if(active){
319
- keymap_config.no_gui = 0;
320
- eeconfig_update_keymap(&keymap_config);
+ default_layer_set(1UL << (active ? MAC_B : WIN_B));
321
322
return true;
323
0 commit comments