summaryrefslogtreecommitdiff
path: root/drivers/sensors
AgeCommit message (Expand)AuthorFilesLines
2025-11-30Merge remote-tracking branch 'origin/master' into developQMK Bot2-9/+6
2025-11-30[CI] Format code according to conventions (#25827)QMK Bot2-9/+6
2025-11-12Add PixArt PAW-3222 mouse sensor driver (#25763)ploopyco2-0/+221
2025-11-08Fix pmw33xx sensor initialisation (#25777)Joel Challis1-1/+1
2025-07-07Compilation fixes for `-fno-common` (#25436)Joel Challis9-9/+9
2025-06-14Add core handling for pointing device failures. (#25315)Dasky21-117/+128
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez2-5/+7
2025-04-13[chore]: move and rename mouse/scroll min/max defines (#25141)Stefan Kerkmann1-6/+6
2025-01-10Azoteq - improve I2C behaviour while polling. (#24611)Dasky2-32/+26
2024-10-25Move pointing device driver code (#24445)Dasky18-8/+497
2024-10-06Remove binary blobs from optical sensors. (#24428)Dasky6-789/+61
2024-09-18Merge remote-tracking branch 'origin/master' into developQMK Bot1-8/+10
2024-09-18Fix ADNS-9800 read (#24406)Dasky1-8/+10
2024-08-26Add ability to poweroff ADNS5050 sensor (#24223)Colin Kinloch2-0/+16
2024-07-03Normalise mouse keycodes (#23975)Ryan1-1/+1
2024-06-27Change ADNS9800 and PMW33XX SROM uploads to opt in. (#24001)Dasky2-1/+14
2024-02-20[Bug] Fix pmw33xx sensor corruption on get-cpi call (#23116)Drashna Jaelre1-0/+3
2024-02-18Update GPIO macro usages in core (#23093)Ryan5-49/+49
2024-01-30Init pins for Analog Joystick sensor (#22985)Drashna Jaelre1-0/+3
2024-01-26Azoteq driver: Remove call to removed i2c function (#22966)burkfers1-1/+0
2024-01-23crique zidle fix (#22948)Dasky1-3/+10
2024-01-17I2C driver cleanup (#21273)David Hoelscher1-2/+0
2024-01-16i2c: rename read/write register functions (#22905)Ryan3-25/+25
2024-01-13Cirque reachable calibration aide (#22803)JohSchneider1-0/+9
2023-12-04Add basic presence check for cirque trackpad. (#22546)Dasky1-0/+11
2023-12-01Feature: joystick weights (#21883)Dalius Dobravolskas1-10/+58
2023-11-20Azoteq IQS5xx support (#22280)Dasky2-0/+508
2023-09-23Fix lower cpi bound on PMW33XX (#22108)Glen D'souza3-3/+3
2023-07-09drivers: remove direct `quantum.h` includes (#21473)Ryan1-1/+1
2023-04-03Added PMW3320 driver (#19543)Vladislav Marchenko2-0/+311
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-0/+1
2023-01-20Fix functions with empty params (#19647)Ryan2-2/+2
2022-12-12Cleanup pmw3389.c (#19301)Alabastard-641-2/+0
2022-12-10Add `*_RIGHT` configuration for PMW33XX driver (#19243)Pablo Martínez3-5/+21
2022-09-14Fix cirque tap from secondary side (#18351)Dasky1-8/+0
2022-08-30Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler1-3/+3
2022-08-29[Core] Introduce pointing device specific debug messages (#17663)Stefan Kerkmann6-44/+19
2022-08-12Create generic Pointing Device Pin defines (#17776)Drashna Jaelre5-8/+42
2022-07-31Fix POINTING_DEVICE_GESTURES_SCROLL_ENABLE typo (#17850)Daniel Kao1-2/+2
2022-07-29Implement relative mode for Cirque trackpad (#17760)Drzony5-38/+115
2022-07-25Cirque circular scroll: Support POINTING_DEVICE_COMBINED (#17654)Daniel Kao1-12/+17
2022-07-19Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre2-0/+240
2022-07-17Use correct angle tune range of +/-127 on PMW33XX (#17708)Stefan Kerkmann2-3/+3
2022-07-16Use correct angle tune range of +/-30 on PMW33XX (#17693)Stefan Kerkmann2-1/+7
2022-07-14[Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann8-1294/+1080
2022-07-13Fix compilation issue with Cirque Guestures file (#17656)Drashna Jaelre1-0/+1
2022-07-12Cirque trackpad features: circular scroll, inertial cursor (#17482)Daniel Kao5-102/+841
2022-06-25improvements for Cirque Pinnacle trackpads (#17091)Thomas Kriechbaumer4-49/+109
2022-06-22Cirque Attenuation Setting (#17342)Kyle McCreery1-1/+6
2022-06-09Fixup Pimoroni trackball code (#17335)jack2-14/+0