forked from mirrors/qmk_userspace
Add user horrortroll in userspace (#19769)
This commit is contained in:
parent
27e6e27d3a
commit
d300811009
37 changed files with 258 additions and 1280 deletions
13
users/horrortroll/rgb_matrix_user.inc
Normal file
13
users/horrortroll/rgb_matrix_user.inc
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue