diff options
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk index c3b6fa916..bd1685869 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -114,7 +114,7 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes) | |||
| 114 | endif | 114 | endif |
| 115 | endif | 115 | endif |
| 116 | 116 | ||
| 117 | VALID_MATRIX_TYPES := yes IS31FL3731 IS31FL3733 IS31FL3737 custom | 117 | VALID_MATRIX_TYPES := yes IS31FL3731 IS31FL3733 IS31FL3737 WS2812 custom |
| 118 | 118 | ||
| 119 | LED_MATRIX_ENABLE ?= no | 119 | LED_MATRIX_ENABLE ?= no |
| 120 | ifneq ($(strip $(LED_MATRIX_ENABLE)), no) | 120 | ifneq ($(strip $(LED_MATRIX_ENABLE)), no) |
| @@ -172,6 +172,11 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), IS31FL3737) | |||
| 172 | SRC += i2c_master.c | 172 | SRC += i2c_master.c |
| 173 | endif | 173 | endif |
| 174 | 174 | ||
| 175 | ifeq ($(strip $(RGB_MATRIX_ENABLE)), WS2812) | ||
| 176 | OPT_DEFS += -DWS2812 | ||
| 177 | SRC += ws2812.c | ||
| 178 | endif | ||
| 179 | |||
| 175 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | 180 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) |
| 176 | OPT_DEFS += -DTAP_DANCE_ENABLE | 181 | OPT_DEFS += -DTAP_DANCE_ENABLE |
| 177 | SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c | 182 | SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c |
