mirror of
https://github.com/qmk/qmk_userspace.git
synced 2026-04-22 11:30:23 -04:00
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>
This commit is contained in:
parent
0d1521ad4b
commit
d1b49e5a2e
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue