X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol.mk;h=54913329e69ff0e9c9dcfde2445ad476d455b9c1;hb=7c4a2fab6d78e2f59f477bf75690a12c233b0ea7;hp=726f658a0422df5ab9096469aaa1f5a240a4d57b;hpb=a3d96d3aa96318d339a67de1085e0ae495d57c84;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index 726f658a..54913329 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk @@ -46,5 +46,9 @@ ifdef SERIAL_MOUSE_USE_UART SRC += $(PROTOCOL_DIR)/serial_uart.c endif +ifdef ADB_MOUSE_ENABLE + OPT_DEFS += -DADB_MOUSE_ENABLE -DMOUSE_ENABLE +endif + # Search Path VPATH += $(TMK_DIR)/protocol