diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 21:44:39 -0400 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-15 21:44:39 -0400 |
| commit | 5ad5c230d6cf9f90a8337ec54dee8b14e332d3c6 (patch) | |
| tree | ac6e6b0417e3c6550e6c8e07f615fabdc74b1ef1 /common_features.mk | |
| parent | afcf3a2878d5b5de0f9daba201ab44d779a8b2b1 (diff) | |
| parent | dc7d0c7b7442b87600352e083e3da4a08cb2d069 (diff) | |
| download | qmk_firmware-5ad5c230d6cf9f90a8337ec54dee8b14e332d3c6.tar.gz qmk_firmware-5ad5c230d6cf9f90a8337ec54dee8b14e332d3c6.zip | |
Merge branch 'luizribeiro-ps2avrGB'
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common_features.mk b/common_features.mk index d499d1f0b..6f29c97c9 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -93,10 +93,13 @@ endif | |||
| 93 | 93 | ||
| 94 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | 94 | ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) |
| 95 | OPT_DEFS += -DRGBLIGHT_ENABLE | 95 | OPT_DEFS += -DRGBLIGHT_ENABLE |
| 96 | SRC += ws2812.c | ||
| 97 | SRC += $(QUANTUM_DIR)/rgblight.c | ||
| 98 | CIE1931_CURVE = yes | 96 | CIE1931_CURVE = yes |
| 99 | LED_BREATHING_TABLE = yes | 97 | LED_BREATHING_TABLE = yes |
| 98 | ifeq ($(strip $(RGBLIGHT_CUSTOM_DRIVER)), yes) | ||
| 99 | OPT_DEFS += -DRGBLIGHT_CUSTOM_DRIVER | ||
| 100 | else | ||
| 101 | SRC += ws2812.c | ||
| 102 | endif | ||
| 100 | endif | 103 | endif |
| 101 | 104 | ||
| 102 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | 105 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) |
