summaryrefslogtreecommitdiff
path: root/quantum/pointing_device/pointing_device.h
diff options
context:
space:
mode:
authorDasky <32983009+daskygit@users.noreply.github.com>2023-11-20 16:25:35 +0000
committerGitHub <noreply@github.com>2023-11-20 16:25:35 +0000
commit68722d35a3e7c0bd32eccf7da8ddddc6de7e2e57 (patch)
tree6311f9104a37bf605298da2be24c2302d392e7a9 /quantum/pointing_device/pointing_device.h
parentdda6e7fb36f20821c60fbd7638c9bd016ef217d6 (diff)
Azoteq IQS5xx support (#22280)
Diffstat (limited to 'quantum/pointing_device/pointing_device.h')
-rw-r--r--quantum/pointing_device/pointing_device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/pointing_device/pointing_device.h b/quantum/pointing_device/pointing_device.h
index afd653eaee..1cd4b0b5e6 100644
--- a/quantum/pointing_device/pointing_device.h
+++ b/quantum/pointing_device/pointing_device.h
@@ -39,6 +39,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# include "analog.h"
# include "drivers/sensors/analog_joystick.h"
# define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW
+#elif defined(POINTING_DEVICE_DRIVER_azoteq_iqs5xx)
+# include "i2c_master.h"
+# include "drivers/sensors/azoteq_iqs5xx.h"
#elif defined(POINTING_DEVICE_DRIVER_cirque_pinnacle_i2c) || defined(POINTING_DEVICE_DRIVER_cirque_pinnacle_spi)
# include "drivers/sensors/cirque_pinnacle.h"
# include "drivers/sensors/cirque_pinnacle_gestures.h"