summaryrefslogtreecommitdiffstats
path: root/drivers/sensors/pmw3360.h
Commit message (Collapse)AuthorAgeFilesLines
* Format code according to conventions (#16322)QMK Bot2022-02-121-4/+4
|
* Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-642022-01-111-11/+0
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Format code according to conventions (#15604)QMK Bot2021-12-281-5/+5
|
* pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs2021-12-271-15/+3
| | | | | | | | | | | | * Diff reduction between ADNS9800 and PMW3360 drivers. They are very similar devices. This (somewhat) unreadable diff is essentially a no-op, but it makes a `vimdiff` between the 2 drivers much more readable. * Cleanup pwm3360 driver some more. Remove redundant calls to spi_start() and spi_stop(), as pmw3360_write() will already call these.
* [Core] Add configuration of PMW3360 lift off distance (#15424)Xelus222021-12-081-0/+4
| | | | | | | | | | | | | * sensor code add * update documentation * add default #define * Update drivers/sensors/pmw3360.c Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-13/+25
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Manually format develop (#15003)Joel Challis2021-11-011-11/+8
|
* [Core] Fix copypasta issue with pmw3360 sensor config (#14106)Drashna Jaelre2021-08-211-1/+1
|
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-201-50/+31
|
* Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-211-0/+104