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
|
@ -154,7 +154,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
/* Runs just one time when the keyboard initializes. */
|
||||
void eeconfig_init_keymap( void ) {
|
||||
set_unicode_input_mode( UC_OSX );
|
||||
set_unicode_input_mode( UC_MAC );
|
||||
};
|
||||
|
||||
bool process_record_keymap( uint16_t keycode, keyrecord_t *record ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue