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 /layouts | |
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 'layouts')
-rw-r--r-- | layouts/community/66_ansi/xyverz/config.h | 1 | ||||
-rw-r--r-- | layouts/community/ergodox/adam/config.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/layouts/community/66_ansi/xyverz/config.h b/layouts/community/66_ansi/xyverz/config.h index 06e5830af8..37a57dbffd 100644 --- a/layouts/community/66_ansi/xyverz/config.h +++ b/layouts/community/66_ansi/xyverz/config.h @@ -1,5 +1,6 @@ #pragma once #define TAPPING_TERM 600 // ms +#define PERMISSIVE_HOLD #undef RGBLIGHT_HUE_STEP #define RGBLIGHT_HUE_STEP 8 diff --git a/layouts/community/ergodox/adam/config.h b/layouts/community/ergodox/adam/config.h index 62e82d8b2b..1555ae11fd 100644 --- a/layouts/community/ergodox/adam/config.h +++ b/layouts/community/ergodox/adam/config.h @@ -1,5 +1,5 @@ #pragma once #undef TAPPING_TERM -#define TAPPING_TERM 300 //At 500 some bad logic takes hold +#define TAPPING_TERM 300 #define IGNORE_MOD_TAP_INTERRUPT |