diff options
author | Ryan <fauxpark@gmail.com> | 2021-06-22 18:26:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 18:26:23 +1000 |
commit | d61e5c0027e289ccf48652afa4c442342e7ccf04 (patch) | |
tree | e8edc86d191a190691b4722f05e32bdc40affc58 /quantum/led_matrix/animations/led_matrix_effects.inc | |
parent | c03cb4edd7ff73391a0a64f0c4f5e0755e902908 (diff) | |
download | qmk_firmware-d61e5c0027e289ccf48652afa4c442342e7ccf04.tar.gz qmk_firmware-d61e5c0027e289ccf48652afa4c442342e7ccf04.zip |
Move LED/RGB Matrix code into their own directories (#13257)
Diffstat (limited to 'quantum/led_matrix/animations/led_matrix_effects.inc')
-rw-r--r-- | quantum/led_matrix/animations/led_matrix_effects.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/quantum/led_matrix/animations/led_matrix_effects.inc b/quantum/led_matrix/animations/led_matrix_effects.inc new file mode 100644 index 000000000..ad1f46b24 --- /dev/null +++ b/quantum/led_matrix/animations/led_matrix_effects.inc | |||
@@ -0,0 +1,18 @@ | |||
1 | // Add your new core led matrix effect here, order determines enum order | ||
2 | #include "solid_anim.h" | ||
3 | #include "alpha_mods_anim.h" | ||
4 | #include "breathing_anim.h" | ||
5 | #include "band_anim.h" | ||
6 | #include "band_pinwheel_anim.h" | ||
7 | #include "band_spiral_anim.h" | ||
8 | #include "cycle_left_right_anim.h" | ||
9 | #include "cycle_up_down_anim.h" | ||
10 | #include "cycle_out_in_anim.h" | ||
11 | #include "dual_beacon_anim.h" | ||
12 | #include "solid_reactive_simple_anim.h" | ||
13 | #include "solid_reactive_wide.h" | ||
14 | #include "solid_reactive_cross.h" | ||
15 | #include "solid_reactive_nexus.h" | ||
16 | #include "solid_splash_anim.h" | ||
17 | #include "wave_left_right_anim.h" | ||
18 | #include "wave_up_down_anim.h" | ||