diff options
| author | ploopyco <54917504+ploopyco@users.noreply.github.com> | 2025-11-11 17:02:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-12 09:02:52 +1100 |
| commit | 1a4af3adf90bd7c20e2faa4eed6715845e7f7fd6 (patch) | |
| tree | 53be5c8d3d2abdaa41ed2f63051ffecdb7a6937e /quantum | |
| parent | 99b1dc84da8ed3d2544824f3480090cdb201f0fd (diff) | |
Add PixArt PAW-3222 mouse sensor driver (#25763)
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/pointing_device/pointing_device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/pointing_device/pointing_device.h b/quantum/pointing_device/pointing_device.h index 5dfb9ce196..bb0e43af3c 100644 --- a/quantum/pointing_device/pointing_device.h +++ b/quantum/pointing_device/pointing_device.h | |||
| @@ -39,6 +39,10 @@ typedef struct { | |||
| 39 | #elif defined(POINTING_DEVICE_DRIVER_pmw3320) | 39 | #elif defined(POINTING_DEVICE_DRIVER_pmw3320) |
| 40 | # include "drivers/sensors/pmw3320.h" | 40 | # include "drivers/sensors/pmw3320.h" |
| 41 | # define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW | 41 | # define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW |
| 42 | #elif defined(POINTING_DEVICE_DRIVER_paw3222) | ||
| 43 | # include "spi_master.h" | ||
| 44 | # include "drivers/sensors/paw3222.h" | ||
| 45 | # define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW | ||
| 42 | #elif defined(POINTING_DEVICE_DRIVER_adns9800) | 46 | #elif defined(POINTING_DEVICE_DRIVER_adns9800) |
| 43 | # include "spi_master.h" | 47 | # include "spi_master.h" |
| 44 | # include "drivers/sensors/adns9800.h" | 48 | # include "drivers/sensors/adns9800.h" |
