summaryrefslogtreecommitdiff
path: root/quantum/led.h
AgeCommit message (Collapse)AuthorFilesLines
2024-06-22Remove deprecated `led_set_user` (#23979)Joel Challis1-3/+0
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan1-3/+0
2023-07-02Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan1-1/+0
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan1-1/+0
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan1-2/+0
2022-12-14Remove deprecated led_set_kb (#19273)Joel Challis1-2/+3
* Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
2022-10-06quantum: led: split out led_update_ports() for customization of led ↵Thomas Weißschuh1-0/+1
behaviour (#14452)
2022-07-02Expose the time of the last change to the LED state (#17222)Jouke Witteveen1-0/+3
2022-01-22Align location of some host led logic (#15954)Joel Challis1-0/+12
* Align location of host led logic * Move more * align ifdefs * Fix up includes * Move callback defs * Convert comment to build message
2021-02-07Migrate some tmk_core files to quantum (#11791)Joel Challis1-0/+54
* Migrate some tmk_core files to quantum * Fix build errors