aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sensors
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-11-302-9/+6
|\
| * [CI] Format code according to conventions (#25827)QMK Bot2025-11-302-9/+6
* | Add PixArt PAW-3222 mouse sensor driver (#25763)ploopyco2025-11-112-0/+221
|/
* Fix pmw33xx sensor initialisation (#25777)Joel Challis2025-11-081-1/+1
* Compilation fixes for `-fno-common` (#25436)Joel Challis2025-07-079-9/+9
* Add core handling for pointing device failures. (#25315)Dasky2025-06-1421-117/+128
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-222-5/+7
* [chore]: move and rename mouse/scroll min/max defines (#25141)Stefan Kerkmann2025-04-131-6/+6
* Azoteq - improve I2C behaviour while polling. (#24611)Dasky2025-01-112-32/+26
* Move pointing device driver code (#24445)Dasky2024-10-2518-8/+497
* Remove binary blobs from optical sensors. (#24428)Dasky2024-10-066-789/+61
* Merge remote-tracking branch 'origin/master' into developQMK Bot2024-09-181-8/+10
|\
| * Fix ADNS-9800 read (#24406)Dasky2024-09-181-8/+10
* | Add ability to poweroff ADNS5050 sensor (#24223)Colin Kinloch2024-08-262-0/+16
|/
* Normalise mouse keycodes (#23975)Ryan2024-07-031-1/+1
* Change ADNS9800 and PMW33XX SROM uploads to opt in. (#24001)Dasky2024-06-272-1/+14
* [Bug] Fix pmw33xx sensor corruption on get-cpi call (#23116)Drashna Jaelre2024-02-201-0/+3
* Update GPIO macro usages in core (#23093)Ryan2024-02-185-49/+49
* Init pins for Analog Joystick sensor (#22985)Drashna Jaelre2024-01-311-0/+3
* Azoteq driver: Remove call to removed i2c function (#22966)burkfers2024-01-261-1/+0
* crique zidle fix (#22948)Dasky2024-01-231-3/+10
* I2C driver cleanup (#21273)David Hoelscher2024-01-171-2/+0
* i2c: rename read/write register functions (#22905)Ryan2024-01-163-25/+25
* Cirque reachable calibration aide (#22803)JohSchneider2024-01-131-0/+9
* Add basic presence check for cirque trackpad. (#22546)Dasky2023-12-041-0/+11
* Feature: joystick weights (#21883)Dalius Dobravolskas2023-12-011-10/+58
* Azoteq IQS5xx support (#22280)Dasky2023-11-202-0/+508
* Fix lower cpi bound on PMW33XX (#22108)Glen D'souza2023-09-243-3/+3
* 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-301-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-151-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-135-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-305-38/+115
* Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654)Daniel Kao2022-07-261-12/+17
* Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre2022-07-202-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-135-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