summaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix_types.h
Commit message (Collapse)AuthorAgeFilesLines
* LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-151-2/+2
|
* LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan2021-02-141-0/+69
* LED Matrix: add led_matrix_types.h and implement g_led_config * Set correct flags for non-"modifier" LEDs * Clean up docs a little * Add license headers for [led,rgb]_matrix_types.h