aboutsummaryrefslogtreecommitdiffstats
path: root/common_features.mk
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2020-03-07 00:38:14 +0000
committerskullydazed <skullydazed@users.noreply.github.com>2020-03-06 22:29:01 -0800
commit5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9 (patch)
treeecab7279c34ed62219aa443f9dd814cb30b80810 /common_features.mk
parentdd05007f3be17f380c5615a83af7de9db26b58d3 (diff)
downloadfirmware-5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9.tar.gz
firmware-5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9.tar.bz2
firmware-5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9.zip
Remove unused LED_BREATHING_TABLE
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/common_features.mk b/common_features.mk
index f7e4c3286..36cae7865 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -159,7 +159,6 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
SRC += $(QUANTUM_DIR)/color.c
SRC += $(QUANTUM_DIR)/rgblight.c
CIE1931_CURVE := yes
- LED_BREATHING_TABLE := yes
RGB_KEYCODES_ENABLE := yes
ifeq ($(strip $(RGBLIGHT_CUSTOM_DRIVER)), yes)
OPT_DEFS += -DRGBLIGHT_CUSTOM_DRIVER
@@ -351,11 +350,6 @@ ifeq ($(strip $(CIE1931_CURVE)), yes)
LED_TABLES := yes
endif
-ifeq ($(strip $(LED_BREATHING_TABLE)), yes)
- OPT_DEFS += -DUSE_LED_BREATHING_TABLE
- LED_TABLES := yes
-endif
-
ifeq ($(strip $(LED_TABLES)), yes)
SRC += $(QUANTUM_DIR)/led_tables.c
endif