aboutsummaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-10-07 10:57:48 +1100
committerGitHub <noreply@github.com>2021-10-07 10:57:48 +1100
commitb2a186cf92d91bbb7f98fff68c4edf571909bf89 (patch)
treec58eca68f1ca0797b8080c32be3d14b10abd286a /common_features.mk
parentbc1f5ef38172bc77a802fb779e5da60f800c231b (diff)
downloadqmk_firmware-b2a186cf92d91bbb7f98fff68c4edf571909bf89.tar.gz
qmk_firmware-b2a186cf92d91bbb7f98fff68c4edf571909bf89.zip
Purge uGFX. (#14720)
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common_features.mk b/common_features.mk
index e3b42a961..fc9595ddd 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -450,10 +450,6 @@ ifeq ($(strip $(APA102_DRIVER_REQUIRED)), yes)
450 SRC += apa102.c 450 SRC += apa102.c
451endif 451endif
452 452
453ifeq ($(strip $(VISUALIZER_ENABLE)), yes)
454 CIE1931_CURVE := yes
455endif
456
457ifeq ($(strip $(CIE1931_CURVE)), yes) 453ifeq ($(strip $(CIE1931_CURVE)), yes)
458 OPT_DEFS += -DUSE_CIE1931_CURVE 454 OPT_DEFS += -DUSE_CIE1931_CURVE
459 LED_TABLES := yes 455 LED_TABLES := yes