aboutsummaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix.h
diff options
context:
space:
mode:
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