From d1b49e5a2e299567c3eb683dae33d61d4432789d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:13:33 +0000 Subject: [PATCH] Fix retro tapping: re-add RETRO_TAPPING + RETRO_TAPPING_PER_KEY so get_retro_tapping (returns false) is called for all keys Agent-Logs-Url: https://github.com/timfee/qmk_userspace/sessions/83618c37-92f1-4f03-9f2a-02163323dbbe Co-authored-by: timfee <3246342+timfee@users.noreply.github.com> --- users/timfee/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/timfee/config.h b/users/timfee/config.h index 75a91967..77c211ee 100644 --- a/users/timfee/config.h +++ b/users/timfee/config.h @@ -7,6 +7,8 @@ #define QUICK_TAP_TERM_PER_KEY #define PERMISSIVE_HOLD_PER_KEY #define HOLD_ON_OTHER_KEY_PRESS_PER_KEY +#define RETRO_TAPPING +#define RETRO_TAPPING_PER_KEY // ── Combos ── #define COMBO_COUNT 8