summaryrefslogtreecommitdiff
path: root/quantum/pointing_device.h
Commit message (Collapse)AuthorAge
* [Core] Move `has_mouse_report_changed` function to `report.c` (#16543)Drashna Jaelre2022-03-14
| | | | | | | * 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-07
| | | | | | | 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-12
|
* Enable a default task throttle for split pointing. (#15925)Dasky2022-01-26
|
* Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-642022-01-11
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Format code according to conventions (#15588)QMK Bot2021-12-27
|
* [Core] Split support for pointing devices. (#15304)Dasky2021-12-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-14
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Improve Pointing Device report sending (#11064)Drashna Jaelre2021-02-03
| | | | | | | | | | | | | | | | | * 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>
* Change include guards in quantum/ to pragma once (#11239)Ryan2020-12-26
|
* clang-format changesskullY2019-08-30
|
* Fix Pointing Device code (#1934)drashna2017-10-31
| | | | | | | | | | * Fix pointer device options when the feature was added, the appropriate option definition wasn't created. This needs to be added to function properly. * Update common_features.mk * missing underscore in init function declaration
* Generic Pointing Device (#1767)Snipeye2017-10-06