X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common_features.mk;h=1c0b3546a1b54733f4e9d8486b4cd3e7292160f8;hb=e87c39d3024908d646e2e0d80d0b63e68ac52f87;hp=a67cf230f39a8f2fb7ede1b67d8fbc1ef7f035c0;hpb=5836d1a06a7265781fa37acf13e3ba9df7224247;p=qmk_firmware.git diff --git a/common_features.mk b/common_features.mk index a67cf230f..1c0b3546a 100644 --- a/common_features.mk +++ b/common_features.mk @@ -155,6 +155,9 @@ endif ifeq ($(strip $(BACKLIGHT_ENABLE)), yes) ifeq ($(strip $(VISUALIZER_ENABLE)), yes) CIE1931_CURVE = yes + endif + ifeq ($(strip $(BACKLIGHT_CUSTOM_DRIVER)), yes) + OPT_DEFS += -DBACKLIGHT_CUSTOM_DRIVER endif endif