summaryrefslogtreecommitdiff
path: root/quantum/led_matrix_types.h
AgeCommit message (Collapse)Author
2021-06-22Move LED/RGB Matrix code into their own directories (#13257)Ryan
2021-05-13Rename `point_t` -> `led_point_t` (#12864)Ryan
2021-04-15LED Matrix: Task system (#12580)Ryan
2021-03-24LED Matrix: Fix up eeconfig code (#12327)Ryan
2021-02-15LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan
2021-02-14LED Matrix: add led_matrix_types.h and implement g_led_config (#11741)Ryan
* 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