@ -184,7 +184,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
. HIDSpec = VERSION_BCD ( 01.11 ) ,
. HIDSpec = VERSION_BCD ( 01.11 ) ,
. CountryCode = 0x00 ,
. CountryCode = 0x00 ,
. Total HIDReports = 0x0 1,
. Total ReportDescriptors = 1,
. HIDReportType = DTYPE_Report ,
. HIDReportType = DTYPE_Report ,
. HIDReportLength = sizeof ( KeyboardReport )
. HIDReportLength = sizeof ( KeyboardReport )
} ,
} ,
@ -231,7 +231,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
. HIDSpec = VERSION_BCD ( 01.11 ) ,
. HIDSpec = VERSION_BCD ( 01.11 ) ,
. CountryCode = 0x00 ,
. CountryCode = 0x00 ,
. Total HIDReports = 0x0 1,
. Total ReportDescriptors = 1,
. HIDReportType = DTYPE_Report ,
. HIDReportType = DTYPE_Report ,
. HIDReportLength = sizeof ( MouseReport )
. HIDReportLength = sizeof ( MouseReport )
} ,
} ,