summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix_animations/gradient_left_right_anim.h
Commit message (Collapse)AuthorAgeFilesLines
* RGB matrix effect - left-right gradient (#7742)Rob Haswell2020-01-071-0/+22
* Left-right gradient. * Update the comment to match the new functionality. * CPP does integer division so this round is not necessary. * The x-range is actually 224, update comment and use bit-shifting again. * Update docs with gradient left-right effect and associated "DISABLE" option.