C:\Users\Eleve\AppData\Local\Temp.arduinoIDE-unsaved20231111-7704-1yzctoh.ibhj\sketch_dec11a\sketch_dec11a.ino:1:26: fatal error: Digikeyboard.h: No such file or directory
#include <Digikeyboard.h>
^
compilation terminated.
exit status 1
Compilation error: Digikeyboard.h: No such file or directory
I'm a beginner and I tried to do this
#include <Digikeyboard.h>
void setup() {
// put your setup code here, to run once:
Digikeyboard.delay(3000);
Digikeyboard.print("fdp vas te faire foutre");
}
void loop() {
// put your main code here, to run repeatedly:
}