#include <LUFA/Drivers/USB/Class/HID.h>\r
\r
/* Macros: */\r
+ /** Total number of tracks which can be read from the card, between 1 and 3. */\r
+ #define TOTAL_TRACKS 3\r
+ \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