diff options
| author | XScorpion2 <rcalt2vt@gmail.com> | 2019-05-01 10:02:02 -0500 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-01 08:02:02 -0700 |
| commit | 22ba36a4d86c06ce1b6049555525646eb16bb57a (patch) | |
| tree | 6b2d2d8551f0f2b67d6f638b8094775a95b1bf5c /common_features.mk | |
| parent | 50bc2dbe77e533959c4b8f821a31b489d25c7cb7 (diff) | |
| download | qmk_firmware-22ba36a4d86c06ce1b6049555525646eb16bb57a.tar.gz qmk_firmware-22ba36a4d86c06ce1b6049555525646eb16bb57a.zip | |
rgblight 255 hue (#5547)
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index 6dffe31ff..7c35f07d5 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -105,6 +105,7 @@ endif | |||
| 105 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | 105 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) |
| 106 | POST_CONFIG_H += $(QUANTUM_DIR)/rgblight_post_config.h | 106 | POST_CONFIG_H += $(QUANTUM_DIR)/rgblight_post_config.h |
| 107 | OPT_DEFS += -DRGBLIGHT_ENABLE | 107 | OPT_DEFS += -DRGBLIGHT_ENABLE |
| 108 | SRC += $(QUANTUM_DIR)/color.c | ||
| 108 | SRC += $(QUANTUM_DIR)/rgblight.c | 109 | SRC += $(QUANTUM_DIR)/rgblight.c |
| 109 | CIE1931_CURVE = yes | 110 | CIE1931_CURVE = yes |
| 110 | LED_BREATHING_TABLE = yes | 111 | LED_BREATHING_TABLE = yes |
