summaryrefslogtreecommitdiffstats
path: root/docs/feature_led_indicators.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated led_set_kb (#19273)Joel Challis2022-12-141-1/+1
| | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
* quantum: led: split out led_update_ports() for customization of led ↵Thomas Weißschuh2022-10-061-0/+7
| | | | behaviour (#14452)
* Refine LED indicator documentation (#16304)Albert Y2022-04-161-25/+21
|
* Improve description of LED state data sync option (#16302)Albert Y2022-02-101-1/+1
|
* [Docs] add sync options heading, update led indicators (#14441)Dasky2021-09-151-1/+1
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* [Docs] Added note about no split support (#12512)aydenvis2021-07-201-0/+2
| | | Currently, this feature isn't supported on splits, spent about an hour troubleshooting my board and firmware before asking, and turns out it's not in place. Note added to save others from this in the future.
* Indicator LEDs as config (#10816)Joel Challis2020-11-081-0/+116
* First pass * Add config options to docs * Update some wording * Slight tidy up of backlight caps logic * Init pin to correct state * Move init location * Reverse default state