~ruther/qmk_firmware

ref: a40cccced29990eef5dac798d522c87807aa5e3a qmk_firmware/users/horrortroll/rgb_matrix_user.inc -rw-r--r-- 378 bytes
a40cccce — Joel Challis Resolve some "Layout should not contain name of keyboard" lint warnings (#21898) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
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
Do not follow this link