1
0
Fork 0

[MERGE] Add UART based SpaceMouse Module support (22519)

This commit is contained in:
Drashna Jael're 2024-01-06 23:42:18 -08:00
parent 54e78ad86f
commit 26ff67ff78
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
5 changed files with 222 additions and 1 deletions

View file

@ -73,6 +73,8 @@ typedef struct {
# include "spi_master.h"
# include "drivers/sensors/pmw33xx_common.h"
# define POINTING_DEVICE_MOTION_PIN_ACTIVE_LOW
#elif defined(POINTING_DEVICE_DRIVER_spacemouse_module)
# include "drivers/sensors/spacemouse_module.h"
#else
void pointing_device_driver_init(void);
report_mouse_t pointing_device_driver_get_report(report_mouse_t mouse_report);