diff options
Diffstat (limited to 'Projects/Benito/Descriptors.c')
-rw-r--r-- | Projects/Benito/Descriptors.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Benito/Descriptors.c b/Projects/Benito/Descriptors.c index cab20326f..9e08a41b2 100644 --- a/Projects/Benito/Descriptors.c +++ b/Projects/Benito/Descriptors.c @@ -54,8 +54,8 @@ USB_Descriptor_Device_t PROGMEM DeviceDescriptor = .Endpoint0Size = FIXED_CONTROL_ENDPOINT_SIZE,
.VendorID = 0x03EB,
- .ProductID = 0x204B,
- .ReleaseNumber = 0x0001,
+ .ProductID = 0x2060,
+ .ReleaseNumber = 0x0000,
.ManufacturerStrIndex = 0x01,
.ProductStrIndex = 0x02,
|