Add list of Usage Pages

This commit is contained in:
mbanth
2021-07-06 17:11:46 +01:00
parent 46d8201ba6
commit afeac0fa81
4 changed files with 28 additions and 0 deletions

View File

@@ -72,6 +72,13 @@ static USB_HID_Short_Item_t* const hidConfigurableItems[] = {
&hidUsageByte0Bit5
};
/*
* List Usage pages in the HID Report descriptor, one per byte.
*/
static const USB_HID_Short_Item_t* const hidUsagePages[] = {
&hidUsagePageConsumer
};
/*
* List all items in the HID Report descriptor.
*/