Skip to content

Fix deadzone speed#10

Open
jjderooy wants to merge 21 commits into
makersmakingchange:mainfrom
jjderooy:fix-deadzone-speed
Open

Fix deadzone speed#10
jjderooy wants to merge 21 commits into
makersmakingchange:mainfrom
jjderooy:fix-deadzone-speed

Conversation

@jjderooy
Copy link
Copy Markdown

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