~ruther/qmk_firmware

ref: 16d2db5048acedfc9dd5f8e85ca19e50f139ba13 qmk_firmware/quantum/led_matrix/animations/led_matrix_effects.inc -rw-r--r-- 604 bytes
16d2db50 — James Young Migrate `LOCKING_*_ENABLE` to Data-Driven: I-J (#23767) 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Add your new core led matrix effect here, order determines enum order
#include "solid_anim.h"
#include "alpha_mods_anim.h"
#include "breathing_anim.h"
#include "band_anim.h"
#include "band_pinwheel_anim.h"
#include "band_spiral_anim.h"
#include "cycle_left_right_anim.h"
#include "cycle_up_down_anim.h"
#include "cycle_out_in_anim.h"
#include "dual_beacon_anim.h"
#include "solid_reactive_simple_anim.h"
#include "solid_reactive_wide.h"
#include "solid_reactive_cross.h"
#include "solid_reactive_nexus.h"
#include "solid_splash_anim.h"
#include "wave_left_right_anim.h"
#include "wave_up_down_anim.h"
Do not follow this link