Skip to content

Commit

Permalink
Add rgblight to RGB Matrix VPATH (qmk#13371)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and nhongooi committed Dec 5, 2021
1 parent 9d7c5f4 commit 529014e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 529014e

Please sign in to comment.