diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-11 19:46:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 19:46:30 +1100 |
commit | aa0e33eca01ffcc1bae1fa97846e997de2759bea (patch) | |
tree | c9a01d80a652ebf7a92e400b21ec9ddc2f20031d /tmk_core/common/report.h | |
parent | 407e5be34d6693ba1625391a6659291b6f281918 (diff) | |
download | qmk_firmware-aa0e33eca01ffcc1bae1fa97846e997de2759bea.tar.gz qmk_firmware-aa0e33eca01ffcc1bae1fa97846e997de2759bea.zip |
Add support for shared EP on V-USB boards (#11103)
Diffstat (limited to 'tmk_core/common/report.h')
-rw-r--r-- | tmk_core/common/report.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tmk_core/common/report.h b/tmk_core/common/report.h index 610addf43..5d7c5b3b2 100644 --- a/tmk_core/common/report.h +++ b/tmk_core/common/report.h | |||
@@ -123,12 +123,6 @@ enum desktop_usages { | |||
123 | 123 | ||
124 | #define KEYBOARD_REPORT_KEYS 6 | 124 | #define KEYBOARD_REPORT_KEYS 6 |
125 | 125 | ||
126 | /* VUSB hardcodes keyboard and mouse+extrakey only */ | ||
127 | #if defined(PROTOCOL_VUSB) | ||
128 | # undef KEYBOARD_SHARED_EP | ||
129 | # undef MOUSE_SHARED_EP | ||
130 | #endif | ||
131 | |||
132 | #ifdef __cplusplus | 126 | #ifdef __cplusplus |
133 | extern "C" { | 127 | extern "C" { |
134 | #endif | 128 | #endif |