Add new USB debug pipe (TKEYCTRL).

This commit is contained in:
Jonas Thörnblad 2025-01-15 15:08:18 +01:00
parent c1c0ac35f4
commit 4239b74328
No known key found for this signature in database
GPG key ID: 2D318AD00A326F95
5 changed files with 379 additions and 62 deletions

View file

@ -9,6 +9,7 @@
#define PROTO_H
enum mode {
MODE_TKEYCTRL = 0x20,
MODE_CDC = 0x40,
MODE_HID = 0x80,
};