Add raw_hid support to host driver (#25255)
This commit is contained in:
parent
c045c3e00c
commit
88c094908b
12 changed files with 95 additions and 36 deletions
|
@ -29,6 +29,9 @@ typedef struct {
|
|||
void (*send_nkro)(report_nkro_t *);
|
||||
void (*send_mouse)(report_mouse_t *);
|
||||
void (*send_extra)(report_extra_t *);
|
||||
#ifdef RAW_ENABLE
|
||||
void (*send_raw_hid)(uint8_t *, uint8_t);
|
||||
#endif
|
||||
} host_driver_t;
|
||||
|
||||
void send_joystick(report_joystick_t *report);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue