summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorzvecr <git@zvecr.com>2020-03-07 00:38:14 +0000
committerFlorian Didron <fdidron@users.noreply.github.com>2020-06-12 17:00:27 +0900
commit0f8a5d1d3891ef8dfe74e57b0bdf9af280b8c893 (patch)
tree2541b841d16aa165d6684a393e565e96969a648f /common_features.mk
parent5b752d390f416ac9556d8022f1fe06f484a638a5 (diff)
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 5c184a8fb8..643ccea65d 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
@@ -355,11 +354,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