User Activity

Hello,I'm trying to change the HID report to x and y have more accuracy (If i', not wrong, windows drivers accept this without any proprietary driver).My HID mouse report in usbd_hid.c is:__ALIGN_BEGIN static uint8_t HID_MOUSE_ReportDesc[HID_MOUSE_RE...
Hello,I'm trying to add 5 more buttons in a mouse, to do this, with the Device configuration tool I have enabled the usb as HID (no Custom HID).To add the buttons i changed the HID_MOUSE_ReportDesc:0x05, 0x01, // Usage Page (Generic Desktop Ct...