aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/led_matrix/led_matrix.c
Commit message (Expand)AuthorAgeFilesLines
* [CI] Format code according to conventions (#25828)QMK Bot2025-11-301-2/+1
* Fix RGB matrix not syncing and turning off properly on timeout (#25467)Filios922025-10-271-14/+18
* Add generic handling to cycle LED/RGB Matrix flags (#24649)Joel Challis2025-09-221-0/+51
* Add `{rgb|led}_matrix_get_mode_name()`. (#25344)Nick Brassel2025-06-071-1/+54
* Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-121-0/+12
* Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-051-0/+10
* Allow for disabling EEPROM subsystem entirely. (#25173)Nick Brassel2025-04-191-1/+0
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-2/+2
* WS2812 API rework (#24364)Ryan2024-10-061-1/+10
* Reinstate global `k_rgb_matrix_split` (#24388)Ryan2024-09-151-4/+2
* Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726)Ryan2024-05-161-2/+2
* Rename `process_{led,rgb}_matrix()` (#23422)Ryan2024-04-051-1/+1
* Add missing rgb matrix default parameters (#22281)Fabien Fellay2024-01-301-1/+1
* Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan2023-12-201-1/+1
* Remove redundant RGB/LED matrix eeconfig init (#22673)Joel Challis2023-12-161-6/+10
* Converted RGB matrix to use last_input_activity_elapsed(). (#21687)Pete Neisen2023-11-291-20/+3
* RGB/LED matrix use limits size optimisation (#22325)Dasky2023-10-251-8/+31
* Fix compilation error when led/rgb process limit is zero. (#22328)Dasky2023-10-241-3/+2
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-241-2/+0
|\
| * Remove extra led_matrix_indicators_user call (#22329)Dasky2023-10-241-2/+0
* | Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis2023-09-291-1/+1
* | refactor: move default RGB/LED matrix #defines (#21938)Less/Rikki2023-09-281-30/+1
|/
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-161-0/+5
* [Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus222023-07-031-1/+4
* Remove `config.h` include from quantum files (#19817)jack2023-02-121-1/+0
* Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-261-9/+9
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-051-4/+12
* Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-17/+13
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-4/+4
* [Bug] Fix compile issue with LED Matrix (#17658)Drashna Jaelre2022-07-131-3/+3
* Update LED/RGB Matrix flag function behavior (#17651)Drashna Jaelre2022-07-131-2/+12
* Format code according to conventions (#16322)QMK Bot2022-02-121-55/+124
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-2/+2
* Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-011-12/+2
* Put back eeconfig_update_ functions (#14751)Joel Challis2021-10-081-0/+2
* Reuse of EEPROM debounce logic (#14699)Joel Challis2021-10-071-22/+10
* Fix LED Matrix suspend code (#14090)Ryan2021-08-201-1/+1
* [Bug] Fix RGB/LED Matrix Suspend code (#14084)Drashna Jaelre2021-08-201-2/+3
* Switch Ergodox Infinity over to split_common (#13481)Joakim Tufvegren2021-07-201-1/+1
* Fix LED Hit Counter for LED/RGB Matrix (#12674)Johannes Choo2021-07-161-1/+1
* Move LED/RGB Matrix code into their own directories (#13257)Ryan2021-06-221-0/+577