summaryrefslogtreecommitdiffstats
path: root/quantum/pointing_device.c
Commit message (Collapse)AuthorAgeFilesLines
* Move Pointing Device code to a subdirectory (#17684)Drashna Jaelre2022-07-201-470/+0
|
* [Split] Verify Split Pointing Device config (#17481)Thomas Kriechbaumer2022-06-261-0/+7
|
* Add support for large Mouse Reports (#16371)Drashna Jaelre2022-06-081-7/+24
| | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* [Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre2022-03-141-12/+1
| | | | | | | * Move 'has_mouse_report_changed' checkto report.c * change mousekeys to use memcpy * fix linting issues
* [Bug] Rename has_mouse_report_changed parameters (#16417)ZiTe2022-03-071-7/+7
| | | | | | | Fixes compilation issues when bluetooth is enabled, due to issues with cpp used by bluetooth code. Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Format code according to conventions (#16322)QMK Bot2022-02-121-11/+29
|
* Enable a default task throttle for split pointing. (#15925)Dasky2022-01-261-5/+1
|
* [Core] Split support for pointing devices. (#15304)Dasky2021-12-271-33/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Draft implementation * formatting * fix combined buttons * remove pimoroni throttle * sync pointing on a throttle loop with checksum * no longer used * doh Co-authored-by: Drashna Jaelre <drashna@live.com> * switch pimoroni to a cpi equivalent * add cpi support * allow user modification of seperate mouse reports * a little tidy up * add *_RIGHT defines. * docs * doxygen comments * basic changelog * clean up pimoroni * small doc fixes * Update docs/feature_pointing_device.md Co-authored-by: Drashna Jaelre <drashna@live.com> * performance tweak if side has usb * Don't run init funtions on wrong side * renamed some variables for consistency * fix pimoroni typos * Clamp instead of OR * Promote combined values to uint16_t * Update pointing_device.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add needed include to pointing_device.c (#15167)Drashna Jaelre2021-11-161-0/+1
|
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-33/+90
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Manually run formatting job (#11797)Joel Challis2021-02-051-9/+2
|
* Improve Pointing Device report sending (#11064)Drashna Jaelre2021-02-031-1/+15
| | | | | | | | | | | | | | | | | * 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>
* Ensure single newline at EOF for core files (#11310)Ryan2020-12-281-1/+1
|
* clang-format changesskullY2019-08-301-26/+19
|
* Added Dichotemy Keyboard, updated docs for Pointing Device (#1817)Snipeye2017-10-101-1/+1
| | | | | | | | * Added Dichotemy Keyboard, updated docs for Pointing Device * Updated readme * Updated mouse report pointer in pointing_device.c
* Generic Pointing Device (#1767)Snipeye2017-10-061-0/+62