forked from mirror/qmk_firmware
Add raw_hid support to host driver (#25255)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user