@@ -213,13 +213,12 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
213
213
0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
214
214
0x09 , 0x65 , // USAGE (Overload)
215
215
0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
216
- 0x95 , 0x02 , // REPORT_COUNT (2)
216
+ 0x95 , 0x02 , // REPORT_COUNT (2) // padding bits to make the report byte aligned
217
217
0x81 , 0x01 , // INPUT (Constant, Array, Absolute)
218
- 0xB1 , 0x01 , // FEATURE (Constant, Array, Absolute, No Wrap, Linear, Preferred State, No Null Position, Nonvolatile, Bitfield)
219
- 0xC0 , // END_COLLECTION
218
+ 0xB1 , 0x01 , // FEATURE (Constant, Array, Absolute, No Wrap, Linear, Preferred State, No Null Position, Nonvolatile, Bitfield)
219
+ 0xC0 , // END_COLLECTION
220
220
0xC0 , // END_COLLECTION
221
- 0xC0 // END_COLLECTION
222
-
221
+ 0xC0 // END_COLLECTION
223
222
};
224
223
225
224
HIDPowerDevice_::HIDPowerDevice_ (void ) {
0 commit comments