mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
59f607b963
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…
Reference in New Issue
Block a user