| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add LED/RGB Matrix flags API docs (#25673) | Joel Challis | 2025-09-29 | 1 | -0/+59 |
| | | |||||
| * | docs: fix misspellings (#25555) | François Magimel | 2025-09-09 | 1 | -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 develop | QMK Bot | 2025-07-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix invalid layer API usage in RGB Matrix docs (#25449) | Joel Challis | 2025-07-04 | 1 | -1/+1 |
| | | | |||||
| * | | Add `{rgb|led}_matrix_get_mode_name()`. (#25344) | Nick Brassel | 2025-06-07 | 1 | -0/+21 |
| |/ | |||||
| * | [New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203) | art-was-here | 2025-05-12 | 1 | -0/+2 |
| | | |||||
| * | [Docs] Unify lighting step descriptions (#25167) | ClownFish | 2025-04-17 | 1 | -0/+4 |
| | | | | unify lighting step descriptions and defaults across docs | ||||
| * | Rename RGB/HSV structs: keyboard-level code (#24476) | Ryan | 2024-10-12 | 1 | -6/+6 |
| | | |||||
| * | Separate RGBLight/RGB Matrix keycode handling (#23679) | Ryan | 2024-10-12 | 1 | -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) | Ryan | 2024-07-15 | 1 | -533/+25 |
| | | |||||
| * | Update RGB matrix indicator example (#23947) | lizaoreo | 2024-06-17 | 1 | -2/+2 |
| | | | | Changed the example in indicator-examples-2 to use a compound literal, otherwise the code fails to compile. | ||||
| * | Fix nonunique anchors (#23910) | Ryan | 2024-06-13 | 1 | -1/+1 |
| | | |||||
| * | Add API reference section for LED/RGB Matrix docs (#23902) | Ryan | 2024-06-13 | 1 | -65/+406 |
| | | |||||
| * | Slight clarification of LED/RGB Matrix custom effect docs (#23897) | Ryan | 2024-06-12 | 1 | -6/+6 |
| | | |||||
| * | [docs] Organize driver & feature docs into subfolders (#23848) | Ryan | 2024-06-02 | 1 | -0/+1119 |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||