diff options
Diffstat (limited to 'tmk_core/protocol/lufa/lufa.h')
-rw-r--r-- | tmk_core/protocol/lufa/lufa.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmk_core/protocol/lufa/lufa.h b/tmk_core/protocol/lufa/lufa.h index 652e4e79b..1b88060f1 100644 --- a/tmk_core/protocol/lufa/lufa.h +++ b/tmk_core/protocol/lufa/lufa.h | |||
@@ -58,12 +58,6 @@ extern host_driver_t lufa_driver; | |||
58 | } | 58 | } |
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | /* extra report structure */ | ||
62 | typedef struct { | ||
63 | uint8_t report_id; | ||
64 | uint16_t usage; | ||
65 | } __attribute__((packed)) report_extra_t; | ||
66 | |||
67 | #ifdef API_ENABLE | 61 | #ifdef API_ENABLE |
68 | # include "api.h" | 62 | # include "api.h" |
69 | #endif | 63 | #endif |