diff options
author | Joel Challis <git@zvecr.com> | 2021-10-20 21:27:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 21:27:46 +0100 |
commit | 1816006121de991581d50d0bc6b5a653e2b3ccd2 (patch) | |
tree | 3de083612fba22f40b6f899e35e085b797fc51d0 /common_features.mk | |
parent | d4be4b67a251ecc046d857c5cd00cfb37c394ab7 (diff) | |
download | qmk_firmware-1816006121de991581d50d0bc6b5a653e2b3ccd2.tar.gz qmk_firmware-1816006121de991581d50d0bc6b5a653e2b3ccd2.zip |
Tidy up LCD_ENABLE/visualizer references (#14855)
* Tidy up LCD_ENABLE/visualizer references
* Fix up my (333fred) ergodox keymap with new LCD driver
Co-authored-by: Fredric Silberberg <fred@silberberg.xyz>
Diffstat (limited to 'common_features.mk')
-rw-r--r-- | common_features.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common_features.mk b/common_features.mk index 083aa4aaa..af538b696 100644 --- a/common_features.mk +++ b/common_features.mk | |||
@@ -326,10 +326,6 @@ ifneq ($(strip $(VARIABLE_TRACE)),no) | |||
326 | endif | 326 | endif |
327 | endif | 327 | endif |
328 | 328 | ||
329 | ifeq ($(strip $(LCD_ENABLE)), yes) | ||
330 | CIE1931_CURVE := yes | ||
331 | endif | ||
332 | |||
333 | VALID_BACKLIGHT_TYPES := pwm timer software custom | 329 | VALID_BACKLIGHT_TYPES := pwm timer software custom |
334 | 330 | ||
335 | BACKLIGHT_ENABLE ?= no | 331 | BACKLIGHT_ENABLE ?= no |