Search found 1 match
- Thu Sep 24, 2009 12:37 am
- Forum: V-USB
- Topic: Combining HID devices in one
- Replies: 8
- Views: 7181
Re: Combining HID devices in one
You need an additional collection in your report descriptor: PROGMEM char usbHidReportDescriptor[USB_CFG_HID_REPORT_DESCRIPTOR_LENGTH] = { // USB report descriptor 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x06, // USAGE (Keyboard) 0xa1, 0x01, // COLLECTION (Application) 0x85, 0x01, // REPOR...