diff options
| author | Ryan | 2023-06-22 16:07:28 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-22 16:07:28 +0200 |
| commit | aad57466827c6aac8f612f5fbbb5adcea6fc5975 (patch) | |
| tree | 45940a49fe72a1b56a77cf54555c872f00210138 /tmk_core/protocol.mk | |
| parent | fb76c941ee9d0713c5fc2d2609b8381de14df184 (diff) | |
Move protocol makefiles into their respective folders (#21332)
* Move protocol makefiles into their respective folders
* Fix USB-USB converter
Diffstat (limited to 'tmk_core/protocol.mk')
| -rw-r--r-- | tmk_core/protocol.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index d3f15c4588..2ae7aa9abe 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk @@ -99,7 +99,7 @@ ifeq ($(strip $(SHARED_EP_ENABLE)), yes) endif ifeq ($(strip $(USB_HID_ENABLE)), yes) - include $(TMK_DIR)/protocol/usb_hid.mk + include $(TMK_DIR)/protocol/usb_hid/usb_hid.mk endif # Search Path |