Question
STM32 USB HID Keyboard implementation with Media key
Hi All,
I wanted to implement functionality for the volume up/ volume down/ mute etc.
I Got the keycodes for those buttons in USB HID Usage table .
volume up = 128
volume down = 129
mute = 127
but it wont works in My USB HID keyboard code
How to implement this functionality
Regards,
STAR
