aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_mouse_keys.md
Commit message (Collapse)AuthorAgeFilesLines
* Implemented New MK_COMBINED Functionality (#9557)nathanvercaemert2020-07-211-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implemented new mousekey_combined functionality * minor formatting change to documentation * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update tmk_core/common/mousekey.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/feature_mouse_keys.md Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nathan Vercaemert <nathan.vercaemert@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Decouple mouse cursor and mouse wheel in accelerated mode (#6685)francislan2020-03-131-0/+3
| | | | | | | | | * Decouples mouse cursor and mouse wheel movements in accelerated mode. * Fixed comment indentation. * Updated docs Co-authored-by: Francis LAN <francislan@google.com>
* Update mouse keys docs (#5653)Markus Weimar2019-04-191-3/+1
|
* Improve mouse keys docs and constant speed modeMarkus Weimar2019-04-181-77/+84
|
* Add 3 speed mousekey movement option (#2246)Jon Arintok2019-03-261-37/+70
| | | | This allows for constant, non-accelerated mouse movement, while retaining the original functionality. Configurable by a define.
* Fixed dead links (#2451)Brian Choromanski2018-03-011-1/+1
| | | | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links
* Fixed typo of 'confid.h' to 'config.h' (#2448)Brian Choromanski2018-02-281-4/+4
| | | | | | * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs
* Fix some of the more obvious typosfauxpark2017-12-091-2/+2
|
* Format keycode tablesfauxpark2017-12-091-18/+18
|
* Convert all headings to Title Casefauxpark2017-12-091-5/+5
|
* Restructure the hardware and feature docs to make things easier to find (#1888)skullydazed2017-10-241-0/+81
* fix #1313 by documenting more config.h options * Clean up and organize documentation