diff options
author | fauxpark <fauxpark@gmail.com> | 2020-02-03 07:17:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-02 12:17:05 -0800 |
commit | b2ce2f8a34fba72e4b4ac2fba0ec11431b0acb0c (patch) | |
tree | 58494d6dd519ac3b87b431188bd9b0e1b14befae /tmk_core/protocol/lufa/lufa.h | |
parent | 5b91c3e0a0dc8152f69130cf047f3df0d0f94421 (diff) | |
download | qmk_firmware-b2ce2f8a34fba72e4b4ac2fba0ec11431b0acb0c.tar.gz qmk_firmware-b2ce2f8a34fba72e4b4ac2fba0ec11431b0acb0c.zip |
Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993)
* Dedupe extrakey report struct, and send functions in V-USB & LUFA
* Doc comment for consistency
* Wrap it in ifdef to prevent unused function error
* Do the same for ATSAM
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 |