summaryrefslogtreecommitdiffstats
path: root/drivers/ps2/ps2_mouse.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix PS2_MOUSE_INVERT_BUTTONS (#20646)Daniel Kao2023-07-071-5/+4
|
* Support PS/2 mouse 9-bit output with MOUSE_EXTENDED_REPORT (#20734)Daniel Kao2023-05-201-8/+19
|
* fix: mousekey doesn't work with trackpoint (#18474)Klesh Wong2022-11-141-4/+3
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Improve PS/2 mouse performance (#17111)Andrew Dunai2022-05-301-2/+17
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-8/+20
|
* Relocate PS2 code (#14895)Joel Challis2021-10-201-0/+270
* Relocate ps2 protocol code * clang * Move makefile logic