Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
2022-01-11 | Add PMW3389 optical sensor Support (Updated) (#15740) | Alabastard-64 | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2021-12-28 | Format code according to conventions (#15604) | QMK Bot | |
2021-12-27 | pwm3360 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-12-08 | [Core] Add configuration of PMW3360 lift off distance (#15424) | Xelus22 | |
* 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> | |||
2021-11-14 | Rework and expand Pointing Device support (#14343) | Drashna Jaelre | |
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | |||
2021-11-01 | Manually format develop (#15003) | Joel Challis | |
2021-08-21 | [Core] Fix copypasta issue with pmw3360 sensor config (#14106) | Drashna Jaelre | |
2021-08-20 | Improve pmw3360 sensor and make it more hardware agnostic (#14097) | Drashna Jaelre | |
2021-06-21 | Move optical sensor code to drivers folder (#13044) | Drashna Jaelre | |