You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
378 B

  1. RGB_MATRIX_EFFECT(CUSTOM_GRADIENT)
  2. RGB_MATRIX_EFFECT(COOL_DIAGONAL)
  3. RGB_MATRIX_EFFECT(FLOWER_BLOOMING)
  4. RGB_MATRIX_EFFECT(RANDOM_BREATH_RAINBOW)
  5. #ifdef RGB_MATRIX_CUSTOM_EFFECT_IMPLS
  6. #include "led/custom_gradient.c"
  7. #include "led/cool_diagonal.c"
  8. #include "led/flower_blooming/flower_blooming.c"
  9. #include "led/random_breath_rainbow.c"
  10. #endif // RGB_MATRIX_CUSTOM_EFFECT_IMPLS