summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2021-07-23 09:37:22 +0800
committerGitHub <noreply@github.com>2021-07-22 18:37:22 -0700
commitb057c93caad363b579e4c19b39a0a33cd3ab8abf (patch)
treee40f2d4948f89e177f0e341e605d930d7b3a90b3 /common_features.mk
parent490fa5a9e3786a9fdfe0a491f2b593d546d5c53c (diff)
Include lib8tion.c into RGB/LED matrix build list (#12699)
Co-authored-by: filterpaper <filterpaper@localhost>
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index f071103408..f1414b4d09 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -237,6 +237,7 @@ endif
SRC += $(QUANTUM_DIR)/process_keycode/process_backlight.c
SRC += $(QUANTUM_DIR)/led_matrix/led_matrix.c
SRC += $(QUANTUM_DIR)/led_matrix/led_matrix_drivers.c
+ SRC += $(LIB_PATH)/lib8tion/lib8tion.c
CIE1931_CURVE := yes
ifeq ($(strip $(LED_MATRIX_DRIVER)), IS31FL3731)
@@ -265,6 +266,7 @@ endif
SRC += $(QUANTUM_DIR)/color.c
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix.c
SRC += $(QUANTUM_DIR)/rgb_matrix/rgb_matrix_drivers.c
+ SRC += $(LIB_PATH)/lib8tion/lib8tion.c
CIE1931_CURVE := yes
RGB_KEYCODES_ENABLE := yes