X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fprotocol.mk;h=54913329e69ff0e9c9dcfde2445ad476d455b9c1;hb=4c1164c469a103981478222b21ef5ffaa364448d;hp=726f658a0422df5ab9096469aaa1f5a240a4d57b;hpb=a3d96d3aa96318d339a67de1085e0ae495d57c84;p=qmk_firmware.git 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 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