summaryrefslogtreecommitdiffstats
path: root/drivers/ps2
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
|
* [Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre2023-04-121-0/+1
|
* fix: mousekey doesn't work with trackpoint (#18474)Klesh Wong2022-11-141-4/+3
| | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* fix: ps2_interrupt.c failed to compile (#18597)Klesh Wong2022-10-051-7/+8
|
* Improve PS/2 mouse performance (#17111)Andrew Dunai2022-05-303-4/+20
|
* fix typo in ps2 set_defaults (#16767)Gompa2022-04-041-1/+1
|
* Format code according to conventions (#16421)QMK Bot2022-02-211-3/+2
|
* Format code according to conventions (#16322)QMK Bot2022-02-123-17/+33
|
* Relocate PS2 code (#14895)Joel Challis2021-10-206-0/+1124
* Relocate ps2 protocol code * clang * Move makefile logic