mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
[Core] Fix to make Repeat Key QK_REP work with Key Overrides. (#26312)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user