Remove UNICODE_KEY_OSX and UC_OSX (#18290)

This commit is contained in:
Ryan 2022-09-07 03:07:08 +10:00 committed by GitHub
commit 8833b28361
Failed to generate hash of commit
22 changed files with 23 additions and 34 deletions

View file

@ -289,7 +289,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
break;
case OS_MAC:
set_unicode_input_mode(UC_OSX);
set_unicode_input_mode(UC_MAC);
return false;
break;