summaryrefslogtreecommitdiffstats
path: root/drivers/sensors/adns9800.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Format code according to conventions (#16322)QMK Bot2022-02-121-1/+3
|
* [Bug][Core] Fix optical sensor firmware upload (#15919)Drashna Jaelre2022-01-201-4/+2
|
* Format code according to conventions (#15604)QMK Bot2021-12-281-3/+1
|
* pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs2021-12-271-6/+8
| | | | | | | | | | | | * 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.
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-83/+92
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Manually format develop (#15003)Joel Challis2021-11-011-64/+55
|
* Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-241-4/+3
|
* Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-211-0/+219