EggShell icon indicating copy to clipboard operation
EggShell copied to clipboard

teensy Keyboard Emulation not working

Open tschinksi03 opened this issue 6 years ago • 1 comments

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...

tschinksi03 avatar Feb 11 '19 17:02 tschinksi03

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

tschinksi03 avatar Feb 11 '19 19:02 tschinksi03