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

Refactor kinetic mouse key feature #21164

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Commits on Jun 9, 2023

  1. Use division by integer for kinetic mouse key

    Replace multiplication of fractional decimal numbers with
    division by integer to avoid floating point operations.
    This change will result with smaller compiled firmware size.
    filterpaper committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8db030d View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Refactor if-else statements

    Remove duplicate if-else conditions, refactor ternary statement for
    consistency with the rest of the file.
    
    Revert kinetc wheel step size to 1.
    filterpaper committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c736ad0 View commit details
    Browse the repository at this point in the history