aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features/rgb_matrix.md
Commit message (Collapse)AuthorAgeFilesLines
* Add LED/RGB Matrix flags API docs (#25673)Joel Challis2025-09-291-0/+59
|
* docs: fix misspellings (#25555)François Magimel2025-09-091-7/+7
| | | | | | | | * docs: fix misspellings * docs: do line breaks with HTML instead of spaces To remove trailing spaces and to avoid breaking things, line breaks can be done with the HTML br tag.
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-07-041-1/+1
|\
| * Fix invalid layer API usage in RGB Matrix docs (#25449)Joel Challis2025-07-041-1/+1
| |
* | Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel2025-06-071-0/+21
|/
* [New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2025-05-121-0/+2
|
* [Docs] Unify lighting step descriptions (#25167)ClownFish2025-04-171-0/+4
| | | unify lighting step descriptions and defaults across docs
* Rename RGB/HSV structs: keyboard-level code (#24476)Ryan2024-10-121-6/+6
|
* Separate RGBLight/RGB Matrix keycode handling (#23679)Ryan2024-10-121-34/+16
| | | | | | | | | | | | | | | * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge
* LED drivers: extract documentation from LED/RGB Matrix pages (#23630)Ryan2024-07-151-533/+25
|
* Update RGB matrix indicator example (#23947)lizaoreo2024-06-171-2/+2
| | | Changed the example in indicator-examples-2 to use a compound literal, otherwise the code fails to compile.
* Fix nonunique anchors (#23910)Ryan2024-06-131-1/+1
|
* Add API reference section for LED/RGB Matrix docs (#23902)Ryan2024-06-131-65/+406
|
* Slight clarification of LED/RGB Matrix custom effect docs (#23897)Ryan2024-06-121-6/+6
|
* [docs] Organize driver & feature docs into subfolders (#23848)Ryan2024-06-021-0/+1119
Co-authored-by: Nick Brassel <nick@tzarc.org>