Remove UNICODE_KEY_OSX
and UC_OSX
(#18290)
This commit is contained in:
parent
c6ab11bc45
commit
8833b28361
22 changed files with 23 additions and 34 deletions
|
@ -606,7 +606,7 @@ void led_set_unicode_input_mode(void) {
|
|||
case UC_LNX:
|
||||
rgbsps_set(LED_IND_LINUX, THEME_COLOR_LINUX);
|
||||
break;
|
||||
case UC_OSX:
|
||||
case UC_MAC:
|
||||
rgbsps_set(LED_IND_APPLE, THEME_COLOR_APPLE);
|
||||
break;
|
||||
case UC_WIN:
|
||||
|
@ -1213,7 +1213,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
return false;
|
||||
break;
|
||||
case OSX:
|
||||
set_unicode_input_mode(UC_OSX);
|
||||
set_unicode_input_mode(UC_MAC);
|
||||
#ifdef RGBSPS_ENABLE
|
||||
led_set_unicode_input_mode();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue