Skip to content

Commit

Permalink
Add an explanatory comment to the superfluous QUICK_TAP_TERM_PER_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Feb 22, 2023
1 parent 9d668a7 commit 28ac739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tap_hold_configurations/quick_tap/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@
#include "test_common.h"

#define QUICK_TAP_TERM 100
// Although a seemingly superfluous addition since the default per-key function behaves
// no differently from defining a single global QUICK_TAP_TERM, this has been useful
// to catch compilation errors and prevent regressions in the future; see PR #19893.
#define QUICK_TAP_TERM_PER_KEY

0 comments on commit 28ac739

Please sign in to comment.