commit: 59f607b963aba94815ebbe290fe5b171f2fe7a87
parent 4fb3cf0712dc20f23af634e56486a03ba4b4cf30
Author: QMK Bot <hello@qmk.fm>
Date: Fri, 2 May 2025 01:53:11 +0000
Merge remote-tracking branch 'origin/master' into develop
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/keyboards/spleeb/rules.mk b/keyboards/spleeb/rules.mk
@@ -0,0 +1 @@
+POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c
diff --git a/keyboards/spleeb/spleeb.c b/keyboards/spleeb/spleeb.c
@@ -8,6 +8,10 @@
# include "print.h"
#endif // CONSOLE_ENABLE
+#ifdef POINTING_DEVICE_ENABLE
+# include "drivers/sensors/cirque_pinnacle_gestures.h"
+#endif // POINTING_DEVICE_ENABLE
+
#if defined(POINTING_DEVICE_ENABLE) || defined(SPLEEB_ENCODER_MODE_MAP_ENABLE)
typedef union {
uint16_t raw;