Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-24 | Allow Active High for Pointing Device Motion Pin (#18404) | Thomas | |
Needed by the Cirque Trackpad for motion detection | |||
2022-09-24 | Format code according to conventions (#18466) | QMK Bot | |
2022-09-23 | [Core] Pointing Device Automatic Mouse Layer (#17962) | Alabastard-64 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2022-09-14 | Fix cirque tap from secondary side (#18351) | Dasky | |
2022-08-29 | [Core] Introduce pointing device specific debug messages (#17663) | Stefan Kerkmann | |
2022-08-28 | Fix mouse report comparison failing on shared EP (#18060) | Drzony | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | |||
2022-08-07 | Always run pointing device init (#17936) | Drashna Jaelre | |
2022-07-29 | Implement relative mode for Cirque trackpad (#17760) | Drzony | |
2022-07-26 | Constrain 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-25 | Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654) | Daniel Kao | |
2022-07-20 | Move Pointing Device code to a subdirectory (#17684) | Drashna Jaelre | |