summaryrefslogtreecommitdiff
path: root/drivers/sensors/adns9800.c
AgeCommit message (Collapse)Author
2023-01-20Fix functions with empty params (#19647)Ryan
* Fix functions with empty params * Found a bunch more
2022-02-12Format code according to conventions (#16322)QMK Bot
2022-01-20[Bug][Core] Fix optical sensor firmware upload (#15919)Drashna Jaelre
2021-12-28Format code according to conventions (#15604)QMK Bot
2021-12-27pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs
* 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.
2021-11-14Rework and expand Pointing Device support (#14343)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2021-11-01Manually format develop (#15003)Joel Challis
2021-10-24Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan
2021-06-21Move optical sensor code to drivers folder (#13044)Drashna Jaelre