summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/mousekey.h
Commit message (Collapse)AuthorAgeFilesLines
* `qmk cformat`Nick Brassel2021-01-171-39/+39
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2020-12-261-3/+1
|\
| * Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan2020-12-261-3/+1
| |
* | Implement kinetic mouse movement algorithm (#6739)Jan Christoph Ebersbach2020-12-241-0/+37
|/ | | | | | | | | | | | | | | | | | | | | | | | | * Implement kinetic mouse movement algorithm * Adjust mouse wheel speed * Remove unused math.h include * Wrap mouse_timer definition in ifdef * Replace double space by single space * Clarify documentation of kinetic mouse speed Co-Authored-By: lf <software@lfcode.ca> * Clarify documentation of kinetic mouse speed Co-Authored-By: lf <software@lfcode.ca> * Remove superfluous definition of speed * fix(variable): remove unused variable Co-authored-by: lf <software@lfcode.ca>
* Decouple mouse cursor and mouse wheel in accelerated mode (#6685)francislan2020-03-131-0/+6
| | | | | | | | | * Decouples mouse cursor and mouse wheel movements in accelerated mode. * Fixed comment indentation. * Updated docs Co-authored-by: Francis LAN <francislan@google.com>
* clang-format changesskullY2019-08-301-86/+86
|
* Improve mouse keys docs and constant speed modeMarkus Weimar2019-04-181-24/+36
|
* Add 3 speed mousekey movement option (#2246)Jon Arintok2019-03-261-8/+48
| | | | This allows for constant, non-accelerated mouse movement, while retaining the original functionality. Configurable by a define.
* Make MOUSEKEY_MOVE_MAX and MOUSEKEY_WHEEL_MAX configurableFred Sundvik2017-04-131-2/+11
| | | | Kitten_paw/ickerwx was doing that
* Merge commit 'a074364c3731d66b56d988c8a6c960a83ea0e0a1' as 'tmk_core'tmk2015-04-101-0/+77