diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 6 |
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) | |||
| 159 | SRC += $(QUANTUM_DIR)/color.c | 159 | SRC += $(QUANTUM_DIR)/color.c |
| 160 | SRC += $(QUANTUM_DIR)/rgblight.c | 160 | SRC += $(QUANTUM_DIR)/rgblight.c |
| 161 | CIE1931_CURVE := yes | 161 | CIE1931_CURVE := yes |
| 162 | LED_BREATHING_TABLE := yes | ||
| 163 | RGB_KEYCODES_ENABLE := yes | 162 | RGB_KEYCODES_ENABLE := yes |
| 164 | ifeq ($(strip $(RGBLIGHT_CUSTOM_DRIVER)), yes) | 163 | ifeq ($(strip $(RGBLIGHT_CUSTOM_DRIVER)), yes) |
| 165 | OPT_DEFS += -DRGBLIGHT_CUSTOM_DRIVER | 164 | OPT_DEFS += -DRGBLIGHT_CUSTOM_DRIVER |
| @@ -351,11 +350,6 @@ ifeq ($(strip $(CIE1931_CURVE)), yes) | |||
| 351 | LED_TABLES := yes | 350 | LED_TABLES := yes |
| 352 | endif | 351 | endif |
| 353 | 352 | ||
| 354 | ifeq ($(strip $(LED_BREATHING_TABLE)), yes) | ||
| 355 | OPT_DEFS += -DUSE_LED_BREATHING_TABLE | ||
| 356 | LED_TABLES := yes | ||
| 357 | endif | ||
| 358 | |||
| 359 | ifeq ($(strip $(LED_TABLES)), yes) | 353 | ifeq ($(strip $(LED_TABLES)), yes) |
| 360 | SRC += $(QUANTUM_DIR)/led_tables.c | 354 | SRC += $(QUANTUM_DIR)/led_tables.c |
| 361 | endif | 355 | endif |
