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