aboutsummaryrefslogtreecommitdiffstats
path: root/users/horrortroll/rgb_matrix_user.inc
diff options
context:
space:
mode:
authorQMK Bot2023-04-03 00:24:44 +0200
committerQMK Bot2023-04-03 00:24:44 +0200
commit78e0f8dd5452b71776a812f79287324568bcecf2 (patch)
treed16ba89f0fb05e033a172b529f9b22fb9f43cd0e /users/horrortroll/rgb_matrix_user.inc
parentd997fe1a4a8cc9530b3b9349441681c3fdeb1fe6 (diff)
parentd3008110096db2ac098db9b5cb47ad77582c01d9 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/horrortroll/rgb_matrix_user.inc')
-rw-r--r--users/horrortroll/rgb_matrix_user.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/users/horrortroll/rgb_matrix_user.inc b/users/horrortroll/rgb_matrix_user.inc
new file mode 100644
index 0000000000..08c608dc44
--- /dev/null
+++ b/users/horrortroll/rgb_matrix_user.inc
@@ -0,0 +1,13 @@
+RGB_MATRIX_EFFECT(CUSTOM_GRADIENT)
+RGB_MATRIX_EFFECT(COOL_DIAGONAL)
+RGB_MATRIX_EFFECT(FLOWER_BLOOMING)
+RGB_MATRIX_EFFECT(RANDOM_BREATH_RAINBOW)
+
+#ifdef RGB_MATRIX_CUSTOM_EFFECT_IMPLS
+
+#include "led/custom_gradient.c"
+#include "led/cool_diagonal.c"
+#include "led/flower_blooming/flower_blooming.c"
+#include "led/random_breath_rainbow.c"
+
+#endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS