summaryrefslogtreecommitdiffstats
path: root/drivers/sensors
Commit message (Expand)AuthorAgeFilesLines
* drivers: remove direct `quantum.h` includes (#21473)Ryan2023-07-091-1/+1
* Added PMW3320 driver (#19543)Vladislav Marchenko2023-04-032-0/+311
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-0/+1
* Fix functions with empty params (#19647)Ryan2023-01-202-2/+2
* Cleanup pmw3389.c (#19301)Alabastard-642022-12-121-2/+0
* Add `*_RIGHT` configuration for PMW33XX driver (#19243)Pablo Martínez2022-12-103-5/+21
* Fix cirque tap from secondary side (#18351)Dasky2022-09-141-8/+0
* Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-3/+3
* [Core] Introduce pointing device specific debug messages (#17663)Stefan Kerkmann2022-08-296-44/+19
* Create generic Pointing Device Pin defines (#17776)Drashna Jaelre2022-08-125-8/+42
* Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850)Daniel Kao2022-07-311-2/+2
* Implement relative mode for Cirque trackpad (#17760)Drzony2022-07-295-38/+115
* Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654)Daniel Kao2022-07-251-12/+17
* Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre2022-07-192-0/+240
* Use correct angle tune range of +/-127 on PMW33XX (#17708)Stefan Kerkmann2022-07-172-3/+3
* Use correct angle tune range of +/-30 on PMW33XX (#17693)Stefan Kerkmann2022-07-162-1/+7
* [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-148-1294/+1080
* Fix compilation issue with Cirque Guestures file (#17656)Drashna Jaelre2022-07-131-0/+1
* Cirque trackpad features: circular scroll, inertial cursor (#17482)Daniel Kao2022-07-125-102/+841
* improvements for Cirque Pinnacle trackpads (#17091)Thomas Kriechbaumer2022-06-254-49/+109
* Cirque Attenuation Setting (#17342)Kyle McCreery2022-06-221-1/+6
* Fixup Pimoroni trackball code (#17335)jack2022-06-092-14/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-131-4/+5
|\
| * [Bug] Updated Cirque Pinnacle SPI driver to read data correctly (#17074)Kyle McCreery2022-05-121-4/+5
* | Add support for multiple sensors to pmw3360 (#15996)uqs2022-04-192-82/+89
|/
* analog.[ch]: remove unnecessary includes (#16471)Ryan2022-03-041-0/+2
* Format code according to conventions (#16322)QMK Bot2022-02-1212-53/+71
* [Bug][Core] Fix optical sensor firmware upload (#15919)Drashna Jaelre2022-01-204-19/+11
* PMW3389 Revert Firmware load during Initilization (#15859)Alabastard-642022-01-131-4/+2
* Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-642022-01-115-292/+654
* 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
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-311-2/+2
|\
| * [Bug] Fix analog joystick to mouse compilation (#15677)Dasky2021-12-301-2/+2
* | Format code according to conventions (#15604)QMK Bot2021-12-282-8/+6
* | pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs2021-12-273-143/+131
* | Fix for SPI write timing in PMW3360 driver (#15519)Alabastard-642021-12-271-3/+3
* | [Core] Split support for pointing devices. (#15304)Dasky2021-12-272-9/+22
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-152-4/+3
|\|
| * [Core] Fix Sensor driver code (#15484)Drashna Jaelre2021-12-152-4/+3
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-12-112-0/+6
|\|
| * [Core] Add configuration of PMW3360 lift off distance (#15424)Xelus222021-12-082-0/+6
* | Expand rotational range for PMW3360 Optical Sensor (#15431)Drashna Jaelre2021-12-081-1/+1
|/
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-1417-437/+1281
* Manually format develop (#15003)Joel Challis2021-11-016-149/+130
* Tidy up ADNS9800 and PMW3360 firmware blobs (#14936)Ryan2021-10-244-3355/+461
* [Core] Fix copypasta issue with pmw3360 sensor config (#14106)Drashna Jaelre2021-08-211-1/+1
* Improve pmw3360 sensor and make it more hardware agnostic (#14097)Drashna Jaelre2021-08-202-74/+87
* [Core] Speed up pimoroni trackball driver (#13823)Dasky2021-08-192-90/+153