projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve...
[pub/USBasp.git]
/
Projects
/
Magstripe
/
Magstripe.h
diff --git
a/Projects/Magstripe/Magstripe.h
b/Projects/Magstripe/Magstripe.h
index
1009e32
..
93e593e
100644
(file)
--- a/
Projects/Magstripe/Magstripe.h
+++ b/
Projects/Magstripe/Magstripe.h
@@
-51,6
+51,9
@@
#include <LUFA/Drivers/USB/Class/HID.h>
\r
\r
/* Macros: */
\r
#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
/** HID keyboard keycode to indicate that the "1" key is currently pressed. */
\r
#define KEY_1 30
\r
\r