Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
59f607b963
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"
|
||||
#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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue