qmk_firmware/quantum/pointing_device
Daniel Kao b8b2e99976
Constrain Cirque Pinnacle coordinates (#17803)
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-26 19:35:41 +01:00
..
pointing_device.c Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654) 2022-07-25 23:19:33 -07:00
pointing_device.h Move Pointing Device code to a subdirectory (#17684) 2022-07-20 17:32:00 +01:00
pointing_device_drivers.c Constrain Cirque Pinnacle coordinates (#17803) 2022-07-26 19:35:41 +01:00
pointing_device_gestures.c Move Pointing Device code to a subdirectory (#17684) 2022-07-20 17:32:00 +01:00
pointing_device_gestures.h Move Pointing Device code to a subdirectory (#17684) 2022-07-20 17:32:00 +01:00