From 93f2ed3abf909d06334ee51ac687abd782cf68d5 Mon Sep 17 00:00:00 2001 From: precondition <57645186+precondition@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:03:36 +0100 Subject: [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893) --- tests/tap_hold_configurations/quick_tap/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/tap_hold_configurations/quick_tap/config.h b/tests/tap_hold_configurations/quick_tap/config.h index cd82d3b5a5..54a83c50bf 100644 --- a/tests/tap_hold_configurations/quick_tap/config.h +++ b/tests/tap_hold_configurations/quick_tap/config.h @@ -19,3 +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 -- cgit v1.2.3