summaryrefslogtreecommitdiff
path: root/quantum/pointing_device/pointing_device_drivers.c
AgeCommit message (Collapse)Author
2022-07-29Implement relative mode for Cirque trackpad (#17760)Drzony
2022-07-26Constrain Cirque Pinnacle coordinates (#17803)Daniel Kao
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.
2022-07-20Move Pointing Device code to a subdirectory (#17684)Drashna Jaelre