mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-29 04:22:09 +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
|
#ifdef ENCODER_ENABLE
|
||||||
encoder_init();
|
encoder_init();
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE)
|
||||||
|
unicode_input_mode_init();
|
||||||
|
#endif
|
||||||
matrix_init_kb();
|
matrix_init_kb();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user