Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 1 year ago
parent
commit
59f607b963
2 changed files with 5 additions and 0 deletions
  1. 1 0
      keyboards/spleeb/rules.mk
  2. 4 0
      keyboards/spleeb/spleeb.c

+ 1 - 0
keyboards/spleeb/rules.mk

@@ -0,0 +1 @@
+POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c

+ 4 - 0
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;