summaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix.c
Commit message (Expand)AuthorAgeFilesLines
* Rename `point_t` -> `led_point_t` (#12864)Ryan2021-05-131-2/+2
* LED Matrix: Effects! (#12651)Ryan2021-05-111-14/+57
* [CI] Format code according to conventions (#12731)github-actions[bot]2021-04-291-5/+4
* Change RGB/LED Matrix to use a simple define for USB suspend (#12697)Drashna Jaelre2021-04-291-9/+9
* [CI] Format code according to conventions (#12650)github-actions[bot]2021-04-221-4/+4
* LED Matrix: Split (#12633)Ryan2021-04-221-6/+27
* LED Matrix: Reactive effect buffers & advanced indicators (#12588)Ryan2021-04-201-28/+97
* LED Matrix: Task system (#12580)Ryan2021-04-151-56/+134
* [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