summaryrefslogtreecommitdiff
path: root/tmk_core/common/report.h
diff options
context:
space:
mode:
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