USB composite device descriptor examples
Modify the vendor ID and product ID for the device descriptor in the “usb_device_descriptor.c” file.
Change the interface number as shown in the configuration descriptor in the “usb_device_descriptor.c” file.
Merge the HID keyboard and HID generic configuration descriptor (in the “usb_device_descriptor.c” file) from the HID mouse + HID keyboard example and hid_generic example and change the endpoint number to be consistent with section USB composite device structure examples.
Parent topic:HID keyboard + HID generic composite device example