Add rgblight to RGB Matrix VPATH (#13371)

master
Ryan 2021-07-02 16:08:45 +10:00 committed by GitHub
parent 348750294b
commit b721e054a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,9 @@ endif
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations
COMMON_VPATH += $(QUANTUM_DIR)/rgb_matrix/animations/runners
# Get rid of this!
COMMON_VPATH += $(QUANTUM_DIR)/rgblight
SRC += $(QUANTUM_DIR)/color.c
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix_drivers.c