]> git.donarmstrong.com Git - qmk_firmware.git/commit
Re-fix Mousekey Movements (#5740)
authorDrashna Jaelre <drashna@live.com>
Mon, 6 May 2019 15:35:01 +0000 (08:35 -0700)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 6 May 2019 15:35:01 +0000 (08:35 -0700)
commit8a9c90ad78305a1d76663fcb973a1a2ae7177297
tree4f33b815fc93dd38a9eda185882d140d726ed0ec
parentfbc40032e73ee80db961c3930a2b5d84ffd51a6f
Re-fix Mousekey Movements (#5740)

* Re-fix Mousekey Movements

After the new movement model was instroduced, it broke diagonal momement, again.  Reapplying fix from #3147 to both old and new acceleration method.

* Make diagonal mouse report checks more readable

Co-Authored-By: drashna <drashna@live.com>
tmk_core/common/mousekey.c