summaryrefslogtreecommitdiffstats
path: root/quantum/mousekey.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor times inverse of sqrt 2 calculation (#21293)フィルターペーパー2023-07-081-5/+10
|
* Refactor kinetic mouse key feature (#21164)フィルターペーパー2023-07-081-15/+24
|
* Use unsigned integer for mousekey kinetic speed (#21151)Albert Y2023-06-071-9/+9
|
* Fix build failures with `OPT = 0` due to inline functions (#19767)Sergey Vlasov2023-02-121-1/+1
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* fixed MOUSEKEY_INERTIA on AVR (#19096)Selene ToyKeeper2022-11-161-1/+1
| | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
* add "inertia" mode for mouse keys (#18774)Selene ToyKeeper2022-10-261-0/+147
| | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-291-4/+4
|\
| * [Bug] Fix 3 speed mousekey mode (#17500)Drashna Jaelre2022-06-291-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-06-281-2/+6
|\|
| * [Bug] Fix issue with mousekey movement getting stuck (#17493)Drashna Jaelre2022-06-281-2/+6
| | | | | | | | | | * [Bug] Fix issue with mousekey movement getting stuck * Lint
* | [Core] Mouse key kinetic mode fix (#17176)Albert Y2022-06-191-11/+16
|/ | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Revert "Fix kinetic mouse mode (#16951)" (#17095)Drashna Jaelre2022-05-141-11/+9
|
* Fix kinetic mouse mode (#16951)Yorick Peterse2022-05-141-9/+11
| | | Co-authored-by: Jan Christoph Ebersbach <jceb@e-jc.de>
* Mousekeys fix (#16640)jack2022-03-131-0/+1
|
* [Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre2022-03-141-10/+14
| | | | | | | * Move 'has_mouse_report_changed' checkto report.c * change mousekeys to use memcpy * fix linting issues
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+3
|
* mousekey: expose current report to users (#13069)Thomas Weißschuh2021-07-031-0/+2
|
* Fix Kinetic speed condition (#12139)즈눅2021-03-251-1/+1
|
* Migrate mousekey to quantum (#11804)Joel Challis2021-02-071-0/+488