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

Writing words to usb composite keyboard in usbd_hid_composite

Hello,

I want to write multiple words using the usb keyboard. I am working with usbd_hid_composite example on SDK_15.0.0_a53641a. I am able to write just a letter using API app_usbd_hid_kbd_key_control, but I am looking for an API to write a buffer (e.g., uint8_t Buffer[SIZE]).

Thanks