EggShell
EggShell copied to clipboard
teensy Keyboard Emulation not working
Instead of the teensy, I'm using the attiny85 Digispark but it doesn't work. The error says:
Arduino: 1.8.8 (Windows Store 1.8.19.0) (Windows 10), Board: "Digispark (Default - 16.5mhz)"
C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.19.0_x86__mdqgnx93n4wtt\libraries\Keyboard\src/Keyboard.h:25:17: fatal error: HID.h: No such file or directory
#include "HID.h"
^
compilation terminated.
exit status 1 Fehler beim Kompilieren für das Board Digispark (Default - 16.5mhz).
Any ideas what I am doing wrong here? I mean, Keyboard Emulation on Windows works very well with the Digikeyboard.h library, but I don't know what about macOS...
I found the error, I had to write it new with the Functions of the Digikeyboard.h library... Sorry just found this out now.
Sent with GitHawk