mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-02 06:06:24 -04:00
ch552: Add new USB debug pipe (TKEYCTRL)
Make the CH552 present a new HID endpoint used for debug data.
This commit is contained in:
parent
bfc43093ec
commit
04ec938200
5 changed files with 379 additions and 62 deletions
|
@ -9,6 +9,7 @@
|
|||
#define PROTO_H
|
||||
|
||||
enum mode {
|
||||
MODE_TKEYCTRL = 0x20,
|
||||
MODE_CDC = 0x40,
|
||||
MODE_HID = 0x80,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue