summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-04-07 20:06:11 +1000
committerGitHub <noreply@github.com>2021-04-07 20:06:11 +1000
commit40c314fe5c99d6d85039e6155723d2c2506d0d7f (patch)
tree6c33c10f1e5161a102e31404fdfa19b124e9f452 /common_features.mk
parent69bc465aced1d2d4f28ef0319e78ea7096f3fda0 (diff)
LED Matrix: Implement CIE1931 curve (#12417)
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk
index 2e2991c648..eb2ea2811f 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -233,6 +233,7 @@ endif
SRC += $(QUANTUM_DIR)/process_keycode/process_backlight.c
SRC += $(QUANTUM_DIR)/led_matrix.c
SRC += $(QUANTUM_DIR)/led_matrix_drivers.c
+ CIE1931_CURVE := yes
ifeq ($(strip $(LED_MATRIX_DRIVER)), IS31FL3731)
OPT_DEFS += -DIS31FL3731 -DSTM32_I2C -DHAL_USE_I2C=TRUE