Either output Unicode or insert in Leader sequence (#25940)

This commit is contained in:
ijouw
2026-04-14 12:18:33 +02:00
committed by GitHub
parent 3a7e4d933e
commit 2dc7d991b1
+3 -3
View File
@@ -389,12 +389,12 @@ bool process_record_quantum(keyrecord_t *record) {
#ifdef TAP_DANCE_ENABLE
process_tap_dance(keycode, record) &&
#endif
#if defined(UNICODE_COMMON_ENABLE)
process_unicode_common(keycode, record) &&
#endif
#ifdef LEADER_ENABLE
process_leader(keycode, record) &&
#endif
#if defined(UNICODE_COMMON_ENABLE)
process_unicode_common(keycode, record) &&
#endif
#ifdef AUTO_SHIFT_ENABLE
process_auto_shift(keycode, record) &&
#endif