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 | |
parent | 407e5be34d6693ba1625391a6659291b6f281918 (diff) |
Add support for shared EP on V-USB boards (#11103)
Diffstat (limited to 'tmk_core/common')
-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 610addf431..5d7c5b3b28 100644 --- a/tmk_core/common/report.h +++ b/tmk_core/common/report.h @@ -123,12 +123,6 @@ enum desktop_usages { #define KEYBOARD_REPORT_KEYS 6 -/* VUSB hardcodes keyboard and mouse+extrakey only */ -#if defined(PROTOCOL_VUSB) -# undef KEYBOARD_SHARED_EP -# undef MOUSE_SHARED_EP -#endif - #ifdef __cplusplus extern "C" { #endif |