summaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix.c
Commit message (Expand)AuthorAgeFilesLines
* [CI] Format code according to conventions (#12570)github-actions[bot]2021-04-131-1/+1
* LED Matrix: suspend code (#12509)Ryan2021-04-131-25/+32
* LED Matrix: Implement CIE1931 curve (#12417)Ryan2021-04-071-9/+29
* LED Matrix: Config functions (#12361)Ryan2021-03-281-88/+72
* LED Matrix: Fix up eeconfig code (#12327)Ryan2021-03-241-26/+49
* LED Matrix: Clean up includes (#12197)Ryan2021-03-131-3/+0
* LED Matrix: decouple from Backlight (#12054)Ryan2021-03-081-7/+1
* LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-151-4/+4
* LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan2021-02-141-70/+62
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-281-1/+1
* clang-format changesskullY2019-08-301-85/+50
* fix the led_matrix.h naming conflictskullY2019-02-101-1/+1
* cleanupskullY2019-02-101-39/+37
* Move the 1 second delay to led_matrix_initskullY2019-02-101-18/+6
* led_matrix works nowskullY2019-02-101-24/+23
* compiles, but long delay on startup and problemsskullY2019-02-101-9/+11
* The beginning of a simple led matrix driver for is31fl3731skullY2019-02-101-0/+404