Add unicode init to where it belongs: matrix_init_quantum

pull/4217/head
Drashna Jaelre 6 years ago
parent 7b6391bd18
commit a6e66f09ca
No known key found for this signature in database
GPG Key ID: 4C4221222CD5F9F0

@ -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…
Cancel
Save