Skip to content

Fix deadzone speed #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

jjderooy
Copy link

Currently, the cursor speed calculation does not account for the deadzone parameter of the firmware. This means that the minimum speed of the cursor is limited to the deadzone which is undesirable because it makes small adjustments difficult, especially when the deadzone is large.

This PR fixes the issue by accounting for the deadzone in the cursor speed calculation allowing the cursor speed to start at zero at the deadzone value and increases from there onward as normal.

MMC-sm and others added 21 commits June 30, 2023 18:53
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
Signed-off-by: MMC-sm <89860594+MMC-sm@users.noreply.github.com>
- rename software files
- ability to switch operation mode through button push after reset
-
Signed-off-by: jversloot <50920198+jversloot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants