This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Send key value problem

Hello, I modified the instance in usbd_hid_generic to simulate it as keyboard. I checked the code of NRF52840 on github about the keyboard. It USES the function app_usbd_hid_generic_in_report_set() to send the key value, but I can't port it to generic, please help me