summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/animations/typing_heatmap_anim.h
AgeCommit message (Collapse)Author
2022-09-19Fix int8_t overflow in RGB heatmap effect (#18410)Marius Renner
2022-06-29RGB Matrix Heatmap - Skip positions with NO_LED (#17488)Dasky
2022-06-21Fix RGB heatmap to use XY positions and use correct led limits (#17184)Dasky
* Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak
2022-04-16Heatmap incorrect matrix effect workaround (#16315)Albert Y
2022-02-12Format code according to conventions (#16322)QMK Bot
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre
2021-08-18Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre
* Change animations to require explicet activation * Add support for legacy config * Make default for now * Add LED Matrix support * change LED Matrix docs
2021-06-22Move LED/RGB Matrix code into their own directories (#13257)Ryan