summaryrefslogtreecommitdiff
path: root/quantum/pointing_device.c
AgeCommit message (Collapse)Author
2021-11-16Add needed include to pointing_device.c (#15167)Drashna Jaelre
2021-11-14Rework and expand Pointing Device support (#14343)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2021-02-05Manually run formatting job (#11797)Joel Challis
2021-02-03Improve Pointing Device report sending (#11064)Drashna Jaelre
* Improve Pointing Device report sending * Hide old report behind preprocessors too * put host_mouse_send() in curly brackets * Remove POINTING_DEVICE_ALWAYS_SEND_REPORT functionality * Fix typo * fix function ref in docs Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2019-08-30clang-format changesskullY
2017-10-10Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye
* Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c
2017-10-06Generic Pointing Device (#1767)Snipeye