summaryrefslogtreecommitdiffstats
path: root/quantum/pointing_device/pointing_device_drivers.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix jump in report value when scale changes during cirque get report (#18992)Christopher Hoage2022-11-091-5/+8
| | | Fixes undefined
* [Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-642022-09-231-0/+13
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Fix cirque tap from secondary side (#18351)Dasky2022-09-141-1/+4
|
* [Core] Introduce pointing device specific debug messages (#17663)Stefan Kerkmann2022-08-291-15/+7
|
* Implement relative mode for Cirque trackpad (#17760)Drzony2022-07-291-14/+37
|
* Constrain Cirque Pinnacle coordinates (#17803)Daniel Kao2022-07-261-6/+6
| | | | | | Static x & y should be the same type as touchData.xValue & touchData.yValue: uint16_t. Their delta could be larger than int8_t and should be constrained to mouse_xy_report_t.
* Move Pointing Device code to a subdirectory (#17684)Drashna Jaelre2022-07-201-0/+345