Skip to content
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

Started to add other acceleration modifiers #1169

Closed

Conversation

BrentBrightling
Copy link

No description provided.

KC_MS_ACCEL2 /* 0xFF */
KC_MS_ACCEL3,
KC_MS_DNSPED,
KC_MS_UPSPED /* 0xFF */
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to remove the existing MS_ACCEL because the last register 0xFF was already taken up

} else if (mousekey_accel & (1<<2)) {
unit = (MOUSEKEY_MOVE_DELTA * mk_max_speed);
if (mk_move_delta > 1) mk_move_delta--;
unit = (mk_move_delta * mk_max_speed);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding and removing from the delta currently work, however it would be better if they could only change the value once per keypress

mattpcaswell pushed a commit to mattpcaswell/qmk_firmware that referenced this pull request Jun 7, 2023
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.

1 participant