summaryrefslogtreecommitdiff
path: root/quantum/led_matrix/led_matrix.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-22Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis1-0/+4
2025-06-07Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel1-0/+4
2025-05-12Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer1-0/+6
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-1/+1
2024-10-06WS2812 API rework (#24364)Ryan1-0/+2
2024-04-05Rename `process_{led,rgb}_matrix()` (#23422)Ryan1-1/+1
2024-01-30Add missing rgb matrix default parameters (#22281)Fabien Fellay1-0/+4
2023-12-16Remove redundant RGB/LED matrix eeconfig init (#22673)Joel Challis1-0/+2
2023-12-08LED/RGB Matrix: add header for drivers (#22628)Ryan1-38/+1
2023-10-25RGB/LED matrix use limits size optimisation (#22325)Dasky1-29/+15
2023-10-24Fix compilation error when led/rgb process limit is zero. (#22328)Dasky1-1/+0
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan1-2/+2
2023-10-03is31fl3737/3741: add LED Matrix support (#22163)Ryan1-0/+6
2023-09-29Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis1-0/+4
2023-09-28refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki1-0/+28
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan1-1/+3
2023-09-27is31fl3736: extract single-color API (#22133)Ryan1-2/+6
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan1-3/+3
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan1-1/+1
2023-07-02[Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus221-1/+2
2022-10-04Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre1-4/+4
2022-09-23Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan1-8/+8
2022-08-13Add led matrix support for CKLED2001 (#17643)lokher1-0/+3
2022-07-12Update LED/RGB Matrix flag function behavior (#17651)Drashna Jaelre1-0/+1
2022-02-06Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...MasterSpoon1-0/+2
2022-01-08IS31FL3733 driver for LED Matrix (#15088)Leo Deng1-0/+4
2021-11-15Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre1-1/+0
2021-11-02Fixup LED matrix. (#15020)Nick Brassel1-7/+7
2021-11-02Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K1-7/+38
2021-08-18Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre1-0/+1
2021-06-22Move LED/RGB Matrix code into their own directories (#13257)Ryan1-0/+160