summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/report.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-11 19:46:30 +1100
committerGitHub <noreply@github.com>2021-01-11 19:46:30 +1100
commitaa0e33eca01ffcc1bae1fa97846e997de2759bea (patch)
treec9a01d80a652ebf7a92e400b21ec9ddc2f20031d /tmk_core/common/report.h
parent407e5be34d6693ba1625391a6659291b6f281918 (diff)
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.h6
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