diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-07 03:07:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 18:07:08 +0100 |
commit | 8833b283610ce34e9be65ed3fc2c477258188de7 (patch) | |
tree | d4c6204d14b83029399a6133ab5727afb60b12c6 /users/sigma | |
parent | c6ab11bc45ef6e5530d4aba0afd68d3ff6992a9d (diff) |
Remove `UNICODE_KEY_OSX` and `UC_OSX` (#18290)
Diffstat (limited to 'users/sigma')
-rw-r--r-- | users/sigma/sigma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/sigma/sigma.c b/users/sigma/sigma.c index 8470060a53..64fa68228b 100644 --- a/users/sigma/sigma.c +++ b/users/sigma/sigma.c @@ -67,7 +67,7 @@ void set_os(uint8_t os) { #if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE) switch (os) { case _OS_MACOS: - set_unicode_input_mode(UC_OSX); + set_unicode_input_mode(UC_MAC); break; case _OS_LINUX: set_unicode_input_mode(UC_LNX); |