summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix/animations
AgeCommit message (Expand)AuthorFilesLines
2026-01-03Fix RGB Matrix Typing Heatmap overflow (#25915)nullptr1-1/+1
2025-09-10Restructure Pixel Rain interval code (#25516)フィルターペーパー1-9/+16
2025-09-06Simplify hue calculation in raindrops animation (#25587)フィルターペーパー1-7/+2
2025-07-13Clamp reactive offset value (#25489)フィルターペーパー2-0/+2
2025-07-05Refactor Starlight Smooth matrix effect (#25442)フィルターペーパー1-1/+1
2025-05-20[Chore] use {rgblight,rgb_matrix}_hsv_to_rgb overrides (#25271)Stefan Kerkmann1-2/+2
2025-05-12[New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2-0/+27
2025-03-06Add EOL to non-keyboard files (#24990)Joel Challis1-1/+1
2025-01-02Refactor Hue Breathing matrix effect with runner (#24525)フィルターペーパー1-13/+9
2025-01-01Update Raindrops effect to respect LED range limits (#24531)フィルターペーパー1-11/+18
2025-01-01Update Starlight matrix effects (#24521)フィルターペーパー3-35/+56
2024-10-27Refactor Breathing effect with runner (#24535)フィルターペーパー1-11/+6
2024-10-27Update Jellybean Raindrops to respect LED range limits (#24534)フィルターペーパー1-8/+16
2024-10-27Update Pixel Rain to respect LED range limits (#24532)フィルターペーパー1-14/+9
2024-10-27Refactor Riverflow matrix effect with runner (#24520)フィルターペーパー1-11/+7
2024-10-12Rename RGB and HSV structs (#24471)Ryan49-82/+82
2024-08-14Refactor starlight RGB matrix effects (#24202)フィルターペーパー3-14/+17
2024-08-14Refactor riverflow RGB matrix loop (#24203)フィルターペーパー1-1/+1
2024-07-23Check LED flags for Pixel Fractal effect (#23881)フィルターペーパー1-12/+12
2024-01-09Solid reactive: improve fading effect (#22656)フィルターペーパー1-1/+1
2023-11-26New RGB Animations - 4 "Starlight" Animation Variations (#22212)db5-0/+118
2023-09-25Added flower blooming on RGB Matrix effect (#21948)HorrorTroll2-0/+54
2023-08-22fix: restore indicators to jellybean_raindrops (#21792)Less/Rikki1-6/+5
2023-07-08Set minimum middle column value (#21365)フィルターペーパー1-1/+5
2023-06-10Refactor the rain lighting decision operator (#21139)Albert Y1-7/+3
2023-04-30typing_heatmap: Add macro to configure increase steps (#20300)Jasmin1-2/+5
2023-02-14Merge branch 'master' into developDasky1-1/+1
2023-02-13Update fractal attribution comment (#19832)Albert Y1-1/+1
2023-01-16Refactor pixel rain animation (#19606)Albert Y1-6/+6
2022-12-30Update RGB matrix reactive gradient timer scale (#19415)Albert Y5-6/+7
2022-12-27De-obfuscate random8 functions in RGB matrix animations (#19416)Albert Y3-20/+7
2022-12-27Use random8 for jellybean effect (#19418)Albert Y1-2/+2
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan4-5/+5
2022-09-19Fix int8_t overflow in RGB heatmap effect (#18410)Marius Renner1-1/+1
2022-08-11Refactor Pixel Fractal effect (#17602)Albert Y1-50/+28
2022-07-14Add LED limit call (#17679)Albert Y1-7/+7
2022-07-14Fix the use of LED limits (#17678)Albert Y1-8/+7
2022-07-14[Code] Add solid reactive gradient mode (#17228)Albert Y5-0/+15
2022-06-29RGB Matrix Heatmap - Skip positions with NO_LED (#17488)Dasky1-0/+6
2022-06-21Fix RGB heatmap to use XY positions and use correct led limits (#17184)Dasky1-42/+42
2022-04-19Fixes #16705 : digital rain follows val (#16716)KoenGoe1-7/+15
2022-04-16Heatmap incorrect matrix effect workaround (#16315)Albert Y1-0/+5
2022-02-12Format code according to conventions (#16322)QMK Bot41-122/+190
2022-02-04Format code according to conventions (#16211)QMK Bot1-7/+5
2022-02-05[Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2-0/+52
2022-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot2-52/+0
2022-02-05Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2-52/+0
2022-02-04Merge remote-tracking branch 'origin/master' into developQMK Bot2-0/+52
2022-02-05[Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2-0/+52
2022-01-17Add init function to clear previous effect (#15815)Albert Y1-0/+4