summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix
AgeCommit message (Expand)AuthorFilesLines
2026-01-03Fix RGB Matrix Typing Heatmap overflow (#25915)nullptr1-1/+1
2025-11-30[CI] Format code according to conventions (#25828)QMK Bot1-2/+1
2025-10-26Fix RGB matrix not syncing and turning off properly on timeout (#25467)Filios921-14/+18
2025-09-22Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis2-0/+55
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-06-07Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel2-1/+59
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez1-1/+3
2025-05-20[Chore] use {rgblight,rgb_matrix}_hsv_to_rgb overrides (#25271)Stefan Kerkmann1-2/+2
2025-05-12Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2-0/+18
2025-05-12[New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2-0/+27
2025-05-05Add additional hooks for Community modules (#25050)Drashna Jaelre1-0/+10
2025-04-19Allow for disabling EEPROM subsystem entirely. (#25173)Nick Brassel1-1/+0
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel3-5/+5
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-11-07Expose rgb_matrix_update_pwm_buffers to be available in keymaps (#24573)Eric N. Vander Weele1-0/+1
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)Ryan52-87/+87
2024-10-06WS2812 API rework (#24364)Ryan3-55/+16
2024-09-15Reinstate global `k_rgb_matrix_split` (#24388)Ryan1-4/+7
2024-08-31Remove global k_rgb_matrix_split (#24348)Thomas Weißschuh1-5/+0
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-05-16Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726)Ryan2-3/+3
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan1-1/+1
2024-04-05Rename `process_{led,rgb}_matrix()` (#23422)Ryan2-2/+2
2024-03-18Add init function to RGBLight driver struct (#23076)Ryan1-0/+1
2024-03-17LED drivers: add support for IS31FL3236 (#23264)Ryan2-0/+10
2024-02-17Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)HorrorTroll2-0/+10
2024-01-30Add missing rgb matrix default parameters (#22281)Fabien Fellay2-1/+5
2024-01-09Solid reactive: improve fading effect (#22656)フィルターペーパー1-1/+1
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan2-10/+0
2024-01-01LED drivers: extract IS31FL3746A from IS31COMMON (#22637)Ryan2-0/+10
2024-01-01LED drivers: extract IS31FL3745 from IS31COMMON (#22636)Ryan2-0/+10
2024-01-01LED drivers: extract IS31FL3743A from IS31COMMON (#22635)Ryan2-0/+10
2024-01-01LED drivers: extract IS31FL3742A from IS31COMMON (#22620)Ryan2-0/+10
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan1-1/+1
2023-12-18Update keyboard LED driver configs (#22638)Ryan1-2/+2
2023-12-16Remove redundant RGB/LED matrix eeconfig init (#22673)Joel Challis1-6/+0
2023-12-08LED/RGB Matrix: add header for drivers (#22628)Ryan3-36/+47
2023-11-30Converted RGB matrix to use last_input_activity_elapsed(). (#21687)Pete Neisen1-16/+3