diff options
author | Marcel Robitaille <marcelrobitaille11@gmail.com> | 2024-01-09 05:16:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 21:16:50 +1100 |
commit | ce05dc6fa1ff0d508af1e5e79eeeb6359736df51 (patch) | |
tree | 092ad763645f001677f13d202f76ff597b86ae42 /docs | |
parent | 66050bb809b2e173dbcf5ae59f81ed127b193df0 (diff) |
Add option for auto mouse movement threshold (#21398)
Fixes #21396
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_pointing_device.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/feature_pointing_device.md b/docs/feature_pointing_device.md index 6fddf1fdda..c18eb52aab 100644 --- a/docs/feature_pointing_device.md +++ b/docs/feature_pointing_device.md @@ -728,6 +728,7 @@ There are a few ways to control the auto mouse feature with both `config.h` opti | `AUTO_MOUSE_TIME` | (Optional) Time layer remains active after activation | _ideally_ (250-1000) | _ms_ | `650 ms` | | `AUTO_MOUSE_DELAY` | (Optional) Lockout time after non-mouse key is pressed | _ideally_ (100-1000) | _ms_ | `TAPPING_TERM` or `200 ms` | | `AUTO_MOUSE_DEBOUNCE` | (Optional) Time delay from last activation to next update | _ideally_ (10 - 100) | _ms_ | `25 ms` | +| `AUTO_MOUSE_THRESHOLD` | (Optional) Amount of mouse movement required to switch layers | 0 - | _units_ | `10 units` | ### Adding mouse keys |