aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol.mk')
-rw-r--r--tmk_core/protocol.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk
index 726f658a0..54913329e 100644
--- a/tmk_core/protocol.mk
+++ b/tmk_core/protocol.mk
@@ -46,5 +46,9 @@ ifdef SERIAL_MOUSE_USE_UART
46 SRC += $(PROTOCOL_DIR)/serial_uart.c 46 SRC += $(PROTOCOL_DIR)/serial_uart.c
47endif 47endif
48 48
49ifdef ADB_MOUSE_ENABLE
50 OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE
51endif
52
49# Search Path 53# Search Path
50VPATH += $(TMK_DIR)/protocol 54VPATH += $(TMK_DIR)/protocol