I want to build an HID gamepad on the nRF52840, but I don't want it to be a bluetooth HID device, I want it to be a USB HID device.
Is there a template for this? I saw the 'USBD_HID_Generic' example, however, I cannot find a place to put a report descriptor, and the documentation on this example, and the HID class as a whole is severely lacking in documentation.
Is this even possible?