diff options
Diffstat (limited to 'tmk_core/protocol.mk')
-rw-r--r-- | tmk_core/protocol.mk | 4 |
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 |
47 | endif | 47 | endif |
48 | 48 | ||
49 | ifdef ADB_MOUSE_ENABLE | ||
50 | OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE | ||
51 | endif | ||
52 | |||
49 | # Search Path | 53 | # Search Path |
50 | VPATH += $(TMK_DIR)/protocol | 54 | VPATH += $(TMK_DIR)/protocol |