forked from mirrors/qmk_userspace
[Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)
This commit is contained in:
parent
24a86d5fdb
commit
93f2ed3abf
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue