Skip to content

Commit 817ae7f

Browse files
filterpaperfilterpaper
and
filterpaper
authored
Include lib8tion.c into RGB/LED matrix build list (qmk#12699)
Co-authored-by: filterpaper <filterpaper@localhost>
1 parent cb876a5 commit 817ae7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common_features.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ endif
237237
SRC += $(QUANTUM_DIR)/process_keycode/process_backlight.c
238238
SRC += $(QUANTUM_DIR)/led_matrix/led_matrix.c
239239
SRC += $(QUANTUM_DIR)/led_matrix/led_matrix_drivers.c
240+
SRC += $(LIB_PATH)/lib8tion/lib8tion.c
240241
CIE1931_CURVE := yes
241242

242243
ifeq ($(strip $(LED_MATRIX_DRIVER)), IS31FL3731)
@@ -265,6 +266,7 @@ endif
265266
SRC += $(QUANTUM_DIR)/color.c
266267
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c
267268
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix_drivers.c
269+
SRC += $(LIB_PATH)/lib8tion/lib8tion.c
268270
CIE1931_CURVE := yes
269271
RGB_KEYCODES_ENABLE := yes
270272

0 commit comments

Comments
 (0)