update VID/PID/serial

This commit is contained in:
2025-08-12 11:30:03 -04:00
parent 692c5af8c9
commit cf17420973
3 changed files with 69 additions and 75 deletions
+10
View File
@@ -41,5 +41,15 @@ enum
ITF_NUM_TOTAL
};
#define USB_PID 0x0ebd
#define USB_VID 0xCEC0
#define USB_BCD 0x0200
#define EPNUM_CDC_NOTIF 0x81
#define EPNUM_CDC_OUT 0x02
#define EPNUM_CDC_IN 0x82
#define EPNUM_HID 0x83
#define CONFIG_TOTAL_LEN (TUD_CONFIG_DESC_LEN + TUD_CDC_DESC_LEN + TUD_HID_DESC_LEN)
#endif /* USB_DESCRIPTORS_H_ */