mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-28 20:12:12 +00:00
Add unicode init to where it belongs: matrix_init_quantum
This commit is contained in:
parent
7b6391bd18
commit
a6e66f09ca
@ -997,6 +997,9 @@ void matrix_init_quantum() {
|
||||
#ifdef ENCODER_ENABLE
|
||||
encoder_init();
|
||||
#endif
|
||||
#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE)
|
||||
unicode_input_mode_init();
|
||||
#endif
|
||||
matrix_init_kb();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user