LED Matrix: Implement CIE1931 curve (#12417)
This commit is contained in:
parent
69bc465ace
commit
40c314fe5c
3 changed files with 57 additions and 27 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue