Remove UNICODE_KEY_OSX
and UC_OSX
(#18290)
This commit is contained in:
@@ -190,7 +190,7 @@ void set_os (uint8_t os, bool update) {
|
||||
}
|
||||
switch (os) {
|
||||
case OS_MAC:
|
||||
set_unicode_input_mode(UC_OSX);
|
||||
set_unicode_input_mode(UC_MAC);
|
||||
underglow = (Color){ 213, 255, 255 };
|
||||
break;
|
||||
case OS_WIN:
|
||||
|
Reference in New Issue
Block a user