diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2022-06-24 12:40:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 12:40:09 +0200 |
commit | 3b9e186019f74d5046fbdd399b5cfa0baf513a75 (patch) | |
tree | cad44809a2943059bd5562980fe93ad5aa32ccf5 /users/hvp | |
parent | 0e60b3a62088a218a8b3e4182ff8dfdd3bf2c84b (diff) |
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)
Diffstat (limited to 'users/hvp')
-rw-r--r-- | users/hvp/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/hvp/config.h b/users/hvp/config.h index 68dd8b4828..b7d0443bbc 100644 --- a/users/hvp/config.h +++ b/users/hvp/config.h @@ -15,4 +15,5 @@ */ #pragma once -#define LONG_TAPPING_TERM 1000
\ No newline at end of file +#define LONG_TAPPING_TERM 1000 +#define PERMISSIVE_HOLD |