From 4b19ceb228d32dd7722a6a90c780b21b8922c362 Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Mon, 3 Mar 2025 12:15:18 -0800 Subject: [PATCH] [OS Detection] Write config to storage to prevent edge cases --- users/drashna/drashna.c | 1 + 1 file changed, 1 insertion(+) diff --git a/users/drashna/drashna.c b/users/drashna/drashna.c index 99576022d6..41ef0d751c 100644 --- a/users/drashna/drashna.c +++ b/users/drashna/drashna.c @@ -155,6 +155,7 @@ bool process_detected_host_os_user(os_variant_t detected_os) { break; } keymap_config.swap_lctl_lgui = keymap_config.swap_rctl_rgui = os_detection_config.swap_ctl_gui; + eeconfig_update_keymap(&keymap_config); # ifdef UNICODE_COMMON_ENABLE set_unicode_input_mode_soft(os_detection_config.unicode_input_mode); # endif // UNICODE_COMMON_ENABLE