~ruther/qmk_firmware

ref: 3f44231d2d7889beb87f67035d884daae72eb6f5 qmk_firmware/tmk_core/protocol/vusb/vusb.mk -rw-r--r-- 361 bytes
3f44231d — Ryan Strip decimals from RGB Matrix layout positions (#23943) 11 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
Do not follow this link