mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-11 18:31:46 +01:00
b8b2e99976
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.