summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
authorDaniel Shields <daniel.shields@bcs.org>2018-09-03 09:26:53 +0200
committerJack Humbert <jack.humb@gmail.com>2018-09-26 18:21:49 +0200
commit4d5705ea6ceeb11cd2adc018644ec87c51af4e86 (patch)
tree3b04c29c6a14cea55ec6325e699723e135e0ffee /quantum/rgb_matrix.h
parent627ee050b491cc9d6ab57f90ac0f0779f6be47c9 (diff)
downloadqmk_firmware-4d5705ea6ceeb11cd2adc018644ec87c51af4e86.tar.gz
qmk_firmware-4d5705ea6ceeb11cd2adc018644ec87c51af4e86.tar.xz
Add new RGB matrix effect digital rain aka The Matrix
Diffstat (limited to 'quantum/rgb_matrix.h')
-rw-r--r--quantum/rgb_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/rgb_matrix.h b/quantum/rgb_matrix.h
index b91c9fba5..046d98790 100644
--- a/quantum/rgb_matrix.h
+++ b/quantum/rgb_matrix.h
@@ -81,6 +81,7 @@ enum rgb_matrix_effects {
RGB_MATRIX_RAINBOW_PINWHEELS,
RGB_MATRIX_RAINBOW_MOVING_CHEVRON,
RGB_MATRIX_JELLYBEAN_RAINDROPS,
+ RGB_MATRIX_DIGITAL_RAIN,
#ifdef RGB_MATRIX_KEYPRESSES
RGB_MATRIX_SOLID_REACTIVE,
RGB_MATRIX_SPLASH,