Fix Spleeb compile when pointing device is enabled (#25016)
This commit is contained in:
parent
45091b0473
commit
60ac859852
2 changed files with 5 additions and 0 deletions
1
keyboards/spleeb/rules.mk
Normal file
1
keyboards/spleeb/rules.mk
Normal file
|
@ -0,0 +1 @@
|
||||||
|
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c
|
|
@ -8,6 +8,10 @@
|
||||||
# include "print.h"
|
# include "print.h"
|
||||||
#endif // CONSOLE_ENABLE
|
#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)
|
#if defined(POINTING_DEVICE_ENABLE) || defined(SPLEEB_ENCODER_MODE_MAP_ENABLE)
|
||||||
typedef union {
|
typedef union {
|
||||||
uint16_t raw;
|
uint16_t raw;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue