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/1upkeyboards | |
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/1upkeyboards')
-rw-r--r-- | keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/config.h b/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/config.h index c835440076..161b46c814 100644 --- a/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/config.h +++ b/keyboards/1upkeyboards/sweet16/keymaps/ridingintraffic/config.h @@ -3,6 +3,7 @@ /* tap dance stuff*/ #undef TAPPING_TERM #define TAPPING_TERM 500 +#define PERMISSIVE_HOLD #define TAPPING_TOGGLE 2 @@ -12,4 +13,4 @@ #define EXAMPLESTRING4 "tapdance_4" #undef RGBLED_NUM -#define RGBLED_NUM 16
\ No newline at end of file +#define RGBLED_NUM 16 |