diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-01-26 19:24:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 19:24:29 +0000 |
commit | 7b31fc54df6543e3426cce159a915fdaa947b57d (patch) | |
tree | 895d8f447395c6977b27e89e9974a29bc8678460 /docs | |
parent | c99cbd915f18a13ce19b0f86721bef10e80bb558 (diff) | |
download | qmk_firmware-7b31fc54df6543e3426cce159a915fdaa947b57d.tar.gz qmk_firmware-7b31fc54df6543e3426cce159a915fdaa947b57d.zip |
Enable a default task throttle for split pointing. (#15925)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_pointing_device.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_pointing_device.md b/docs/feature_pointing_device.md index 84ab885738..1972406ff7 100644 --- a/docs/feature_pointing_device.md +++ b/docs/feature_pointing_device.md @@ -204,7 +204,7 @@ void pointing_device_driver_set_cpi(uint16_t cpi) {} |`POINTING_DEVICE_MOTION_PIN` | (Optional) If supported, will only read from sensor if pin is active. | _not defined_ | |`POINTING_DEVICE_TASK_THROTTLE_MS` | (Optional) Limits the frequency that the sensor is polled for motion. | _not defined_ | -!> When using `SPLIT_POINTING_ENABLE` the `POINTING_DEVICE_MOTION_PIN` functionality is not supported and would recommend `POINTING_DEVICE_TASK_THROTTLE_MS` be set to `1`. Increasing this value will increase transport performance at the cost of possible mouse responsiveness. +!> When using `SPLIT_POINTING_ENABLE` the `POINTING_DEVICE_MOTION_PIN` functionality is not supported and `POINTING_DEVICE_TASK_THROTTLE_MS` will default to `1`. Increasing this value will increase transport performance at the cost of possible mouse responsiveness. ## Split Keyboard Configuration |