summaryrefslogtreecommitdiff
path: root/tmk_core/common
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-11 19:46:30 +1100
committerDrashna Jael're <drashna@live.com>2021-02-02 09:36:37 -0800
commit8d6f9ce2a8499fce6c756b6d19cf8e332e861601 (patch)
tree2a7f0a71e500998d894d02bf721963e9afee602f /tmk_core/common
parentdc11c3da3b4878ad3541356c3fe1ac5f36008904 (diff)
Add support for shared EP on V-USB boards (#11103)
Diffstat (limited to 'tmk_core/common')
-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