1.Hello, I am working with the USBHID library with the keyboard, I already understand how it works, this would be the command to send the key
keyboard.key_code(UP_ARROW)
but I can't get the following keys to work (Enter, Esc, space)
2.He also failed to get both libraries to work together. #include "PluggableUSBHID.h" #include "USBKeyboard.h" #include "USBMouse.h" USBMouse Mouse; USBKeyboard Keyboard;