[Core] Fix to make Repeat Key QK_REP work with Key Overrides. (#26312)

This commit is contained in:
Pascal Getreuer
2026-08-12 21:06:14 +01:00
committed by GitHub
parent bd823862c1
commit d7ad3bf8aa
5 changed files with 248 additions and 0 deletions
@@ -441,6 +441,10 @@ bool process_key_override(const uint16_t keycode, const keyrecord_t *const recor
#ifdef KEY_OVERRIDE_INCLUDE_WEAK_MODS
effective_mods |= get_weak_mods();
#elif defined(REPEAT_KEY_ENABLE)
if (get_repeat_key_count()) {
effective_mods |= get_weak_mods();
}
#endif
#ifndef NO_ACTION_ONESHOT