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

Fix kinetic mouse mode #16951

Merged
merged 1 commit into from
May 14, 2022
Merged

Fix kinetic mouse mode #16951

merged 1 commit into from
May 14, 2022

Commits on Apr 27, 2022

  1. Fix kinetic mouse mode

    Kinetic mouse mode is currently broken, as described in
    #12082 and
    #13711.
    
    The PR #11766 introduced a set
    of fixes in early 2021. This PR was closed in favour of
    ongoing refactoring of QMK's mouse code (see
    #11766 (comment)
    and #12082 (comment)).
    
    Since the mentioned comments, it appears nothing has been merged in
    order to fix kinetic mode, meaning kinetic mode is still broken. This
    commit adopts the changes from the pull request that was originally
    supposed to fix the problem, and updates the changes to handle recent
    changes to the mousekey.c file.
    
    These changes have been tested with my personal keyboard, and result in
    kinetic mode working as advertised.
    
    Co-Authored-By: Jan Christoph Ebersbach <jceb@e-jc.de>
    yorickpeterse and jceb committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    dcfa13b View commit details
    Browse the repository at this point in the history