mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
PROTOCOL_DIR = protocol
|
|
|
|
ifeq ($(strip $(USB_HID_ENABLE)), yes)
|
|
include $(TMK_DIR)/protocol/usb_hid.mk
|
|
endif
|
|
|
|
# Search Path
|
|
VPATH += $(TMK_DIR)/protocol
|