X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/6bbd2a99c216bd47aeeaa53ab3687cb045a37e5a..4530a546a16b48fdc34c20102bb72c3968487f4e:/Projects/Magstripe/Magstripe.h diff --git a/Projects/Magstripe/Magstripe.h b/Projects/Magstripe/Magstripe.h index aabf6ac91..36e4d7091 100644 --- a/Projects/Magstripe/Magstripe.h +++ b/Projects/Magstripe/Magstripe.h @@ -65,18 +65,6 @@ /** HID keyboard keycode to indicate that the enter key is currently pressed. */ #define KEY_ENTER 40 - - /* Type Defines: */ - /** Type define for the keyboard report structure. This structure matches the report layout - * given to the host in the HID Report descriptor, as well as matches the boot protocol report - * structure. This means that this one report structure can be used in both Report and Boot Protocol - * modes. */ - typedef struct - { - uint8_t Modifier; /**< Modifier byte, indicating pressed modifier keys such as CTRL or ALT */ - uint8_t Reserved; /**< Reserved for OEM use, always set to 0 */ - uint8_t KeyCode; /**< Key code array for pressed keys - up to six can be given simultaneously */ - } USB_KeyboardReport_Data_t; /* Function Prototypes: */ void SetupHardware(void);