@@ -122,15 +122,7 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
122
122
0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
123
123
0x09 , 0xDB , // USAGE (VoltageNotRegulated)
124
124
0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
125
- 0x09 , 0x46 , // USAGE (FullyCharged)
126
- 0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
127
- 0x09 , 0x46 , // USAGE (FullyCharged)
128
- 0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
129
- 0x09 , 0x47 , // USAGE (FullyDischarged)
130
- 0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
131
- 0x09 , 0x47 , // USAGE (FullyDischarged)
132
- 0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
133
- 0x95 , 0x07 , // REPORT_COUNT (7) // padding bits to make the report byte aligned
125
+ 0x95 , 0x01 , // REPORT_COUNT (1) // padding bits to make the report byte aligned
134
126
0x81 , 0x01 , // INPUT (Constant, Array, Absolute)
135
127
0xB1 , 0x01 , // FEATURE (Constant, Array, Absolute, No Wrap, Linear, Preferred State, No Null Position, Nonvolatile, Bitfield)
136
128
0xC0 , // END_COLLECTION
0 commit comments