summaryrefslogtreecommitdiffstats
path: root/drivers/sensors/pmw3360.c
Commit message (Collapse)AuthorAgeFilesLines
* Add `*_RIGHT` configuration for PMW33XX driver (#19243)Pablo Martínez2022-12-101-2/+0
|
* [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-141-282/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme
* Add support for multiple sensors to pmw3360 (#15996)uqs2022-04-191-76/+79
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-6/+8
|
* [Bug][Core] Fix optical sensor firmware upload (#15919)Drashna Jaelre2022-01-201-8/+4
|
* Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-642022-01-111-4/+1
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Optimize initialization of PMW3360 Sensor (#15821)Drashna Jaelre2022-01-101-0/+4
|
* Format code according to conventions (#15705)QMK Bot2022-01-021-1/+1
|
* Update pmw3360 comments to match the datasheet better, fix delays. (#15682)uqs2022-01-021-12/+22
|
* pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs2021-12-271-122/+120
| | | | | | | | | | | | * 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.
* Fix for SPI write timing in PMW3360 driver (#15519)Alabastard-642021-12-271-3/+3
| | | | | | Timing does not match Pixart documentation for this sensor (may have been carried forward from adns9800). Not aware of any issues coming from this currently. It should only cause issues when writing to multiple registers in succession which currently only happens during initialization for the PMW3360. This should prevent future issues with write operations if other features of the sensor are added.
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-151-1/+1
|\
| * [Core] Fix Sensor driver code (#15484)Drashna Jaelre2021-12-151-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-111-0/+2
|\|
| * [Core] Add configuration of PMW3360 lift off distance (#15424)Xelus222021-12-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | Expand rotational range for PMW3360 Optical Sensor (#15431)Drashna Jaelre2021-12-081-1/+1
|/
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-141-66/+74
| | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* Manually format develop (#15003)Joel Challis2021-11-011-48/+48
|
* Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-241-1/+1
|
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-201-24/+56
|
* Fix pmw3360 code to only output debug info if mouse debugging is enabled ↵Drashna Jaelre2021-08-131-6/+8
| | | | (#13993)
* Move optical sensor code to drivers folder (#13044)Drashna Jaelre2021-06-211-0/+237