|
|
|
@ -263,7 +263,7 @@ bool process_record_quantum(keyrecord_t *record) { |
|
|
|
|
#ifdef TAP_DANCE_ENABLE |
|
|
|
|
process_tap_dance(keycode, record) && |
|
|
|
|
#endif |
|
|
|
|
#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE) |
|
|
|
|
#if defined(UNICODE_COMMON_ENABLE) |
|
|
|
|
process_unicode_common(keycode, record) && |
|
|
|
|
#endif |
|
|
|
|
#ifdef LEADER_ENABLE |
|
|
|
@ -387,7 +387,7 @@ void matrix_init_quantum() { |
|
|
|
|
#ifdef RGB_MATRIX_ENABLE |
|
|
|
|
rgb_matrix_init(); |
|
|
|
|
#endif |
|
|
|
|
#if defined(UNICODE_ENABLE) || defined(UNICODEMAP_ENABLE) || defined(UCIS_ENABLE) |
|
|
|
|
#if defined(UNICODE_COMMON_ENABLE) |
|
|
|
|
unicode_input_mode_init(); |
|
|
|
|
#endif |
|
|
|
|
#ifdef HAPTIC_ENABLE |
|
|
|
|