aboutsummaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol.mk
diff options
context:
space:
mode:
authorJoel Challis2025-05-12 00:38:48 +0200
committerGitHub2025-05-12 00:38:48 +0200
commit88c094908bb94324e28876f2beb8028a9fad086d (patch)
tree4e47c513470873b59ac20735bdec99afb903fd5a /tmk_core/protocol.mk
parentc045c3e00c41597fbc82239376611d3ac8a7a52e (diff)
Add raw_hid support to host driver (#25255)
Diffstat (limited to 'tmk_core/protocol.mk')
-rw-r--r--tmk_core/protocol.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk
index 2930efc283..81520c1bc8 100644
--- a/tmk_core/protocol.mk
+++ b/tmk_core/protocol.mk
@@ -33,10 +33,6 @@ ifeq ($(strip $(PROGRAMMABLE_BUTTON_ENABLE)), yes)
SHARED_EP_ENABLE = yes
endif
-ifeq ($(strip $(RAW_ENABLE)), yes)
- OPT_DEFS += -DRAW_ENABLE
-endif
-
ifeq ($(strip $(CONSOLE_ENABLE)), yes)
OPT_DEFS += -DCONSOLE_ENABLE
else