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
|
@ -65,7 +65,7 @@ void matrix_scan_user(void) {
|
|||
}
|
||||
//tableflip (LEADER - TF)
|
||||
SEQ_TWO_KEYS(KC_T, KC_F) {
|
||||
set_unicode_input_mode(UC_OSX);
|
||||
set_unicode_input_mode(UC_MAC);
|
||||
send_unicode_string("(ノಠ痊ಠ)ノ彡┻━┻");
|
||||
}
|
||||
//screencap (LEADER - SC)
|
||||
|
@ -74,7 +74,7 @@ void matrix_scan_user(void) {
|
|||
}
|
||||
//screencap (LEADER - TM)
|
||||
SEQ_TWO_KEYS(KC_T, KC_M) {
|
||||
set_unicode_input_mode(UC_OSX);
|
||||
set_unicode_input_mode(UC_MAC);
|
||||
register_unicode(0x2122); // ™
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue