summaryrefslogtreecommitdiff
path: root/tmk_core/protocol.mk
blob: d4ad50db6a7507b85798c3a892762f1ec40488e9 (plain)
1
2
3
4
5
6
7
8
PROTOCOL_DIR = protocol

ifeq ($(strip $(USB_HID_ENABLE)), yes)
    include $(TMK_DIR)/protocol/usb_hid.mk
endif

# Search Path
VPATH += $(TMK_DIR)/protocol