[Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)

This commit is contained in:
precondition 2023-02-22 20:03:36 +01:00 committed by GitHub
parent 24a86d5fdb
commit 93f2ed3abf
Failed to generate hash of commit
2 changed files with 5 additions and 1 deletions

View file

@ -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