How to change the resolution of USB HID mouse
I am using STM32f3 discovery kit with STM32 cube ide to interface the kit as USB HID mouse. I am trying to change the resolution of the mouse. The default resolution given in the Report descriptor is 400 dpi . (0x15, 0x81, // LOGICAL_MINIMUM (-127)- 0x81
0x25, 0x7f, // LOGICAL_MAXIMUM (127)- 0x7f
It is possible to change the value of the report descriptor to increase the resolution of the USB HID mouse.
