Hi there!
I am trying to upload any sketch with the library keyboard but an ERROR message doesn't let me.
here is what's happening.
#include <Keyboard.h>
void setup()
{
Keyboard.begin();
}
void loop()
{
//empty
}
ERROR message:
Keyboard not found. Your sketch includes the line '#include <Keyboard.h>'?
what can I do to eliminate this trouble?