#include "Keyboard.h" // this works
//#include <Keyboard.h> // fatal error: Keyboard.h: No such file or directory
int main()
{
Keyboard.print("test");
}
-isystem dir
Search dir for header files, after all directories specified by -I but before the standard system directories. Mark it as a system directory, so that it gets the same special treatment as is applied to the standard system directories. If dir begins with "=", then the "=" will be replaced by the sysroot prefix; see --sysroot and -isysroot.