summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/animations/pixel_rain_anim.h
AgeCommit message (Collapse)Author
2023-06-10Refactor the rain lighting decision operator (#21139)Albert Y
2023-01-16Refactor pixel rain animation (#19606)Albert Y
2022-12-27De-obfuscate random8 functions in RGB matrix animations (#19416)Albert Y
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan
2022-07-14Add LED limit call (#17679)Albert Y
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-11-17Format code according to conventions (#15195)QMK Bot
2021-11-02Add Pixel Rain RGB Matrix effect (#14155)Albert Y
* 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>