why is the 'h' in quotes?
if Keyboard.h is a library file it should be
#include <Keyboard.h>
if local, it should be
#include "Keyboard.h"
i don't see an #include "HID.h" in the code you posted. same rules as above apply
why is the 'h' in quotes?
if Keyboard.h is a library file it should be
#include <Keyboard.h>
if local, it should be
#include "Keyboard.h"
i don't see an #include "HID.h" in the code you posted. same rules as above apply