summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix/animations/pixel_flow_anim.h
Commit message (Collapse)AuthorAgeFilesLines
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-2/+2
|
* Format code according to conventions (#16322)QMK Bot2022-02-121-3/+5
|
* Format code according to conventions (#16211)QMK Bot2022-02-041-7/+5
|
* [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-051-0/+51
| | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2022-02-051-51/+0
| | | This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f.
* [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-051-0/+51
* Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>