[Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user