summaryrefslogtreecommitdiff
path: root/quantum/mousekey.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-30Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot1-1/+1
2025-10-27Restrict mouse timer activation to movement keycodes (#25716)Aleks1-1/+2
2024-08-19Enhance overlapping mouse keys control (#23341)フィルターペーパー1-5/+5
2024-07-03Normalise mouse keycodes (#23975)Ryan1-56/+56
2023-09-25Improve directional transition of overlapping mouse keys (#21494)フィルターペーパー1-1/+14
2023-07-08Refactor times inverse of sqrt 2 calculation (#21293)フィルターペーパー1-5/+10
2023-07-08Refactor kinetic mouse key feature (#21164)フィルターペーパー1-15/+24
2023-06-07Use unsigned integer for mousekey kinetic speed (#21151)Albert Y1-9/+9
2023-02-12Fix build failures with `OPT = 0` due to inline functions (#19767)Sergey Vlasov1-1/+1
2022-11-16fixed MOUSEKEY_INERTIA on AVR (#19096)Selene ToyKeeper1-1/+1
2022-10-26add "inertia" mode for mouse keys (#18774)Selene ToyKeeper1-0/+147
2022-06-29Merge remote-tracking branch 'origin/master' into developQMK Bot1-4/+4
2022-06-29[Bug] Fix 3 speed mousekey mode (#17500)Drashna Jaelre1-4/+4
2022-06-28Merge remote-tracking branch 'origin/master' into developQMK Bot1-2/+6
2022-06-28[Bug] Fix issue with mousekey movement getting stuck (#17493)Drashna Jaelre1-2/+6
2022-06-19[Core] Mouse key kinetic mode fix (#17176)Albert Y1-11/+16
2022-05-14Revert "Fix kinetic mouse mode (#16951)" (#17095)Drashna Jaelre1-11/+9
2022-05-14Fix kinetic mouse mode (#16951)Yorick Peterse1-9/+11
2022-03-13Mousekeys fix (#16640)jack1-0/+1
2022-03-14[Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre1-10/+14
2022-02-12Format code according to conventions (#16322)QMK Bot1-1/+3
2021-07-03mousekey: expose current report to users (#13069)Thomas Weißschuh1-0/+2
2021-03-25Fix Kinetic speed condition (#12139)즈눅1-1/+1
2021-02-07Migrate mousekey to quantum (#11804)Joel Challis1-0/+488