diff options
| author | Daniel Prilik <danielprilik@gmail.com> | 2019-04-29 17:48:41 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-04-29 14:48:41 -0700 |
| commit | 1d784f0f9575b70e35c9c8338b0ff80dc7316d7e (patch) | |
| tree | f1617c0a36ccb3bf6c1b881b6f1b9caad2678e2e /common_features.mk | |
| parent | e337bb82a3b418dfd6c60b8c615322c854e5995d (diff) | |
| download | qmk_firmware-1d784f0f9575b70e35c9c8338b0ff80dc7316d7e.tar.gz qmk_firmware-1d784f0f9575b70e35c9c8338b0ff80dc7316d7e.zip | |
RGB Matrix: Custom effects on a kb/user level (#5338)
* Revamped custom effects approach
See docs for example usage
* push-up RGB Matrix default mode
Override default effect using RGB_MATRIX_STARTUP_MODE.
Useful on boards without EEPROM support
(*cough* Massdrop ALT/CTRL *cough*)
* update docs
Diffstat (limited to 'common_features.mk')
| -rw-r--r-- | common_features.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common_features.mk b/common_features.mk index fbfbc3ebc..8e9bcf0b9 100644 --- a/common_features.mk +++ b/common_features.mk | |||
| @@ -178,6 +178,14 @@ ifeq ($(strip $(RGB_MATRIX_ENABLE)), WS2812) | |||
| 178 | SRC += ws2812.c | 178 | SRC += ws2812.c |
| 179 | endif | 179 | endif |
| 180 | 180 | ||
| 181 | ifeq ($(strip $(RGB_MATRIX_CUSTOM_KB)), yes) | ||
| 182 | OPT_DEFS += -DRGB_MATRIX_CUSTOM_KB | ||
| 183 | endif | ||
| 184 | |||
| 185 | ifeq ($(strip $(RGB_MATRIX_CUSTOM_USER)), yes) | ||
| 186 | OPT_DEFS += -DRGB_MATRIX_CUSTOM_USER | ||
| 187 | endif | ||
| 188 | |||
| 181 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) | 189 | ifeq ($(strip $(TAP_DANCE_ENABLE)), yes) |
| 182 | OPT_DEFS += -DTAP_DANCE_ENABLE | 190 | OPT_DEFS += -DTAP_DANCE_ENABLE |
| 183 | SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c | 191 | SRC += $(QUANTUM_DIR)/process_keycode/process_tap_dance.c |
