Finished rubber ducky

This commit is contained in:
2026-06-20 08:54:28 -04:00
parent cf00d159ca
commit 857e77c7c8
752 changed files with 23436 additions and 46701 deletions

16
usb_descriptors.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef USB_DESCRIPTORS_H_
#define USB_DESCRIPTORS_H_
#include "tusb.h"
// Define configuration lengths and buffer sizes manually to satisfy the descriptor structure
// #define CFG_TUD_HID_EP_BUFSIZE 16
enum {
REPORT_ID_KEYBOARD = 1,
REPORT_ID_MOUSE,
REPORT_ID_CONSUMER_CONTROL,
REPORT_ID_GAMEPAD
};
#endif /* USB_DESCRIPTORS_H_ */