add consumer control to hid_composite examples

both no OS and freeRTOS
This commit is contained in:
hathach
2021-02-01 14:47:39 +07:00
parent 0799a91073
commit 3d95835f22
7 changed files with 65 additions and 10 deletions

View File

@@ -28,7 +28,8 @@
enum
{
REPORT_ID_KEYBOARD = 1,
REPORT_ID_MOUSE
REPORT_ID_MOUSE,
REPORT_ID_CONSUMER_CONTROL,
};
#endif /* USB_DESCRIPTORS_H_ */