summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix/animations/pixel_rain_anim.h
Commit message (Collapse)AuthorAgeFilesLines
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Add LED limit call (#17679)Albert Y2022-07-141-7/+7
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-3/+5
|
* Format code according to conventions (#15195)QMK Bot2021-11-171-7/+11
|
* Add Pixel Rain RGB Matrix effect (#14155)Albert Y2021-11-021-0/+44
* Add Pixel animation header file * Add Pixel animation to documentation * Add Pixel animation to core include file * Remove unintended spaces * Remove seeding of PRNG * Increase frequency of lit keys Co-authored-by: filterpaper <filterpaper@localhost>