Minor updates to the Magstripe and MissileLauncher projects to fix bugs and improve performance.
Fixed error in GenericHID descriptors preventing it from passing the USB-IF HID tests (thanks to Søren Greiner).
This commit is contained in:
parent
c619e21fa7
commit
d6543dee0d
6 changed files with 16 additions and 9 deletions
|
@ -51,6 +51,9 @@
|
|||
#include <LUFA/Drivers/USB/Class/HID.h>
|
||||
|
||||
/* Macros: */
|
||||
/** HID keyboard keycode to indicate that no is currently pressed. */
|
||||
#define KEY_NONE 0
|
||||
|
||||
/** HID keyboard keycode to indicate that the "1" key is currently pressed. */
|
||||
#define KEY_1 30
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue