aboutsummaryrefslogtreecommitdiff
path: root/docs/features/rgb_matrix.md
Commit message (Collapse)AuthorAgeFilesLines
* [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>