Skip to content

Commit

Permalink
[OS Detection] Write config to storage to prevent edge cases
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Mar 3, 2025
1 parent e8bf38e commit 4b19ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions users/drashna/drashna.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b19ceb

Please sign in to comment.