~ruther/qmk_firmware

ref: 997f04b63644113d53ef874cf032d86c5623ac1a qmk_firmware/tmk_core/protocol/vusb/vusb.mk -rw-r--r-- 361 bytes
997f04b6 — Duncan Sutherland add matrix diagram for hineybush/h101 (#22252) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
VUSB_DIR = protocol/vusb

# Path to the V-USB library
VUSB_PATH = $(LIB_PATH)/vusb

SRC += $(VUSB_DIR)/protocol.c \
	$(VUSB_DIR)/vusb.c \
	$(VUSB_DIR)/usb_util.c \
	$(VUSB_PATH)/usbdrv/usbdrv.c \
	$(VUSB_PATH)/usbdrv/usbdrvasm.S \
	$(VUSB_PATH)/usbdrv/oddebug.c

# Search Path
VPATH += $(TMK_PATH)/$(VUSB_DIR)
VPATH += $(VUSB_PATH)

OPT_DEFS += -DPROTOCOL_VUSB