summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
authorM-AS <matthewtransformer@hotmail.com>2019-03-17 18:38:51 +0100
committerDrashna Jaelre <drashna@live.com>2019-03-17 18:38:51 +0100
commit221ac2eabbc73c9d59583c6d78c779bbfec0d7bc (patch)
tree3f50380b649631b2d9c30bd1ce745cf82d8b973b /quantum/rgb_matrix.h
parentd8df01ca5e43b6322ba2ef5c7613a871ce69282c (diff)
downloadqmk_firmware-221ac2eabbc73c9d59583c6d78c779bbfec0d7bc.tar.gz
qmk_firmware-221ac2eabbc73c9d59583c6d78c779bbfec0d7bc.tar.xz
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 {
#ifndef DISABLE_RGB_MATRIX_SOLID_REACTIVE
RGB_MATRIX_SOLID_REACTIVE,
#endif
+ #ifndef DISABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
+ RGB_MATRIX_SOLID_REACTIVE_SIMPLE,
+ #endif
#ifndef DISABLE_RGB_MATRIX_SPLASH
RGB_MATRIX_SPLASH,
#endif