summaryrefslogtreecommitdiff
path: root/drivers/sensors/adns9800.c
Commit message (Collapse)AuthorAge
* Format code according to conventions (#16322)QMK Bot2022-02-12
|
* [Bug][Core] Fix optical sensor firmware upload (#15919)Drashna Jaelre2022-01-20
|
* Format code according to conventions (#15604)QMK Bot2021-12-28
|
* pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs2021-12-27
| | | | | | | | | | | | * 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-14
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Manually format develop (#15003)Joel Challis2021-11-01
|
* Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-24
|
* Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-21