Daniel

Results 2 comments of Daniel

Yeah, that function doesn't appear to be in USBMouseKeyboard. It is present in USBkeyboard but I haven't tried it to see if it works.

> Hi @dmcke5 , to send keycodes directly you should use `Keyboard.key_code_raw()` API 😉 Let me know if it works! Can confirm, I copied key_code_raw() from the Keyboard library over...