aboutsummaryrefslogtreecommitdiff
path: root/keyboards/touchpad/matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Update GPIO API usage in keyboard code (#23361)Ryan2024-05-031-34/+34
|
* Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371)Ryan2024-03-301-6/+7
|
* i2c: rename read/write register functions (#22905)Ryan2024-01-161-1/+1
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
|
* Adds support for JacoBurge's TouchPad (#4186)Jack Humbert2019-01-101-0/+291
* add touchpad * progress * working with leds and vibrations * adds readme * Update keyboards/touchpad/readme.md Co-Authored-By: jackhumbert <jack.humb@gmail.com> * updates