Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve...
[pub/USBasp.git] / Projects / Magstripe / Magstripe.h
index 1009e32..93e593e 100644 (file)
@@ -51,6 +51,9 @@
                #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