forked from mirrors/qmk_userspace
Add sendchar with Generic HID to support debug print.
This commit is contained in:
parent
dd93d2915f
commit
3969ec09b4
5 changed files with 586 additions and 410 deletions
|
@ -65,7 +65,7 @@
|
|||
void SetupHardware(void);
|
||||
void Keyboard_ProcessLEDReport(const uint8_t LEDStatus);
|
||||
void Keyboard_HID_Task(void);
|
||||
void Mouse_HID_Task(void);
|
||||
void Generic_HID_Task(void);
|
||||
|
||||
void EVENT_USB_Device_Connect(void);
|
||||
void EVENT_USB_Device_Disconnect(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue