summaryrefslogtreecommitdiffstats
path: root/quantum/led.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated led_set_kb (#19273)Joel Challis2022-12-141-2/+3
| | | | | * 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/+1
| | | | behaviour (#14452)
* Expose the time of the last change to the LED state (#17222)Jouke Witteveen2022-07-021-0/+3
|
* Align location of some host led logic (#15954)Joel Challis2022-01-221-0/+12
| | | | | | | | | | | | | * Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
* Migrate some tmk_core files to quantum (#11791)Joel Challis2021-02-071-0/+54
* Migrate some tmk_core files to quantum * Fix build errors