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 /keyboards/thevankeyboards/minivan/keymaps/halvves | |
parent | 0e60b3a62088a218a8b3e4182ff8dfdd3bf2c84b (diff) | |
download | qmk_firmware-3b9e186019f74d5046fbdd399b5cfa0baf513a75.tar.gz qmk_firmware-3b9e186019f74d5046fbdd399b5cfa0baf513a75.zip |
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)
Diffstat (limited to 'keyboards/thevankeyboards/minivan/keymaps/halvves')
-rw-r--r-- | keyboards/thevankeyboards/minivan/keymaps/halvves/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/thevankeyboards/minivan/keymaps/halvves/config.h b/keyboards/thevankeyboards/minivan/keymaps/halvves/config.h index 6be8d217bd..c6404f8ce5 100644 --- a/keyboards/thevankeyboards/minivan/keymaps/halvves/config.h +++ b/keyboards/thevankeyboards/minivan/keymaps/halvves/config.h @@ -1,6 +1,7 @@ #pragma once #define TAPPING_TERM 505 +#define PERMISSIVE_HOLD #define RETRO_TAPPING // smooth mousekeys (copied from the ergo ez config) |