@@ -106,10 +106,6 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
106
106
0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
107
107
0x09 , 0xD0 , // USAGE (ACPresent)
108
108
0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
109
- 0x09 , 0xD1 , // USAGE (BatteryPresent)
110
- 0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
111
- 0x09 , 0xD1 , // USAGE (BatteryPresent)
112
- 0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
113
109
0x09 , 0x42 , // USAGE (BelowRemainingCapacityLimit)
114
110
0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
115
111
0x09 , 0x42 , // USAGE (BelowRemainingCapacityLimit)
@@ -134,7 +130,7 @@ static const uint8_t _hidReportDescriptor[] PROGMEM = {
134
130
0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
135
131
0x09 , 0x47 , // USAGE (FullyDischarged)
136
132
0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
137
- 0x95 , 0x06 , // REPORT_COUNT (6 ) // padding bits to make the report byte aligned
133
+ 0x95 , 0x07 , // REPORT_COUNT (7 ) // padding bits to make the report byte aligned
138
134
0x81 , 0x01 , // INPUT (Constant, Array, Absolute)
139
135
0xB1 , 0x01 , // FEATURE (Constant, Array, Absolute, No Wrap, Linear, Preferred State, No Null Position, Nonvolatile, Bitfield)
140
136
0xC0 , // END_COLLECTION
0 commit comments