aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
authorM-AS <matthewtransformer@hotmail.com>2019-03-17 13:38:51 -0400
committerDrashna Jaelre <drashna@live.com>2019-03-17 10:38:51 -0700
commit221ac2eabbc73c9d59583c6d78c779bbfec0d7bc (patch)
tree3f50380b649631b2d9c30bd1ce745cf82d8b973b /quantum/rgb_matrix.h
parentd8df01ca5e43b6322ba2ef5c7613a871ce69282c (diff)
downloadqmk_firmware-221ac2eabbc73c9d59583c6d78c779bbfec0d7bc.tar.gz
qmk_firmware-221ac2eabbc73c9d59583c6d78c779bbfec0d7bc.zip
New RGB Matrix effect: Single color reactive (#5330)
* Adds new RGB Matrix effect: rgb_matrix_config'd reactive LEDs * [Docs] Adds disable for new effect * [Docs] Added new effect to list of effects
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r--quantum/rgb_matrix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h
index e43532d11..e6acd2d4b 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -110,6 +110,9 @@ enum rgb_matrix_effects {
110 #ifndef DISABLE_RGB_MATRIX_SOLID_REACTIVE 110 #ifndef DISABLE_RGB_MATRIX_SOLID_REACTIVE
111 RGB_MATRIX_SOLID_REACTIVE, 111 RGB_MATRIX_SOLID_REACTIVE,
112 #endif 112 #endif
113 #ifndef DISABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
114 RGB_MATRIX_SOLID_REACTIVE_SIMPLE,
115 #endif
113 #ifndef DISABLE_RGB_MATRIX_SPLASH 116 #ifndef DISABLE_RGB_MATRIX_SPLASH
114 RGB_MATRIX_SPLASH, 117 RGB_MATRIX_SPLASH,
115 #endif 118 #endif