#include <LUFA/Drivers/USB/Class/HID.h>\r
\r
/* Macros: */\r
+ /** HID keyboard keycode to indicate that no is currently pressed. */\r
+ #define KEY_NONE 0\r
+ \r
/** HID keyboard keycode to indicate that the "1" key is currently pressed. */\r
#define KEY_1 30\r
\r