@@ -106,23 +106,7 @@ 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 , 0x42 , // USAGE (BelowRemainingCapacityLimit)
110
- 0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
111
- 0x09 , 0x42 , // USAGE (BelowRemainingCapacityLimit)
112
- 0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
113
- 0x09 , 0x43 , // USAGE (RemainingTimeLimitExpired)
114
- 0x81 , 0xA2 , // INPUT (Data, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
115
- 0x09 , 0x43 , // USAGE (RemainingTimeLimitExpired)
116
- 0xB1 , 0xA2 , // FEATURE (Data, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
117
- 0x09 , 0x4B , // USAGE (NeedReplacement)
118
- 0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
119
- 0x09 , 0x4B , // USAGE (NeedReplacement)
120
- 0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
121
- 0x09 , 0xDB , // USAGE (VoltageNotRegulated)
122
- 0x81 , 0xA3 , // INPUT (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Bitfield)
123
- 0x09 , 0xDB , // USAGE (VoltageNotRegulated)
124
- 0xB1 , 0xA3 , // FEATURE (Constant, Variable, Absolute, No Wrap, Linear, No Preferred, No Null Position, Volatile, Bitfield)
125
- 0x95 , 0x01 , // REPORT_COUNT (1) // padding bits to make the report byte aligned
109
+ 0x95 , 0x05 , // REPORT_COUNT (5) // padding bits to make the report byte aligned
126
110
0x81 , 0x01 , // INPUT (Constant, Array, Absolute)
127
111
0xB1 , 0x01 , // FEATURE (Constant, Array, Absolute, No Wrap, Linear, Preferred State, No Null Position, Nonvolatile, Bitfield)
128
112
0xC0 , // END_COLLECTION
0 commit comments