summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix_drivers.c
AgeCommit message (Collapse)AuthorFilesLines
2024-03-17LED drivers: add support for IS31FL3236 (#23264)Ryan1-0/+8
2024-02-17Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)HorrorTroll1-0/+8
Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com>
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan1-8/+0
2024-01-01LED drivers: extract IS31FL3746A from IS31COMMON (#22637)Ryan1-0/+8
2024-01-01LED drivers: extract IS31FL3745 from IS31COMMON (#22636)Ryan1-0/+8
2024-01-01LED drivers: extract IS31FL3743A from IS31COMMON (#22635)Ryan1-0/+8
2024-01-01LED drivers: extract IS31FL3742A from IS31COMMON (#22620)Ryan1-0/+8
2023-12-08LED/RGB Matrix: add header for drivers (#22628)Ryan1-1/+1
2023-11-01Relocate LED driver init code (#22365)Ryan1-254/+32
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan1-103/+8
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan1-134/+135
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan1-20/+20
2023-10-03is31fl3737/3741: add LED Matrix support (#22163)Ryan1-1/+95
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan1-8/+28
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-27is31fl3736: extract single-color API (#22133)Ryan1-1/+48
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan1-13/+13
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan1-45/+45
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan1-1/+1
2022-08-13Add led matrix support for CKLED2001 (#17643)lokher1-1/+50
2022-02-06Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, ↵MasterSpoon1-1/+51
IS31FL3745, IS31FL3746A (#14989) Co-authored-by: Xelus22 <17491233+Xelus22@users.noreply.github.com>
2021-10-10Fix misplaced endif in led_matrix_drivers.c (#14785)Ryan1-4/+4
2021-10-10Clean up LED/RGB Matrix driver config (#14760)Ryan1-70/+65
2021-06-22Move LED/RGB Matrix code into their own directories (#13257)Ryan1-0/+153