index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
led_matrix
/
led_matrix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-30
[CI] Format code according to conventions (#25828)
QMK Bot
1
-2
/
+1
2025-10-26
Fix RGB matrix not syncing and turning off properly on timeout (#25467)
Filios92
1
-14
/
+18
2025-09-22
Add generic handling to cycle LED/RGB Matrix flags (#24649)
Joel Challis
1
-0
/
+51
2025-06-07
Add `{rgb|led}_matrix_get_mode_name()`. (#25344)
Nick Brassel
1
-1
/
+54
2025-05-12
Enable community modules to define LED matrix and RGB matrix effects. (#25187)
Pascal Getreuer
1
-0
/
+12
2025-05-05
Add additional hooks for Community modules (#25050)
Drashna Jaelre
1
-0
/
+10
2025-04-19
Allow for disabling EEPROM subsystem entirely. (#25173)
Nick Brassel
1
-1
/
+0
2025-03-21
Non-volatile memory data repository pattern (#24356)
Nick Brassel
1
-2
/
+2
2024-10-06
WS2812 API rework (#24364)
Ryan
1
-1
/
+10
2024-09-15
Reinstate global `k_rgb_matrix_split` (#24388)
Ryan
1
-4
/
+2
2024-05-16
Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726)
Ryan
1
-2
/
+2
2024-04-05
Rename `process_{led,rgb}_matrix()` (#23422)
Ryan
1
-1
/
+1
2024-01-30
Add missing rgb matrix default parameters (#22281)
Fabien Fellay
1
-1
/
+1
2023-12-20
Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)
Ryan
1
-1
/
+1
2023-12-16
Remove redundant RGB/LED matrix eeconfig init (#22673)
Joel Challis
1
-6
/
+10
2023-11-30
Converted RGB matrix to use last_input_activity_elapsed(). (#21687)
Pete Neisen
1
-20
/
+3
2023-10-25
RGB/LED matrix use limits size optimisation (#22325)
Dasky
1
-8
/
+31
2023-10-24
Fix compilation error when led/rgb process limit is zero. (#22328)
Dasky
1
-3
/
+2
2023-10-23
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+0
2023-10-24
Remove extra led_matrix_indicators_user call (#22329)
Dasky
1
-2
/
+0
2023-09-29
Add _DEFAULT_ON lighting configuration options (#21865)
Joel Challis
1
-1
/
+1
2023-09-28
refactor: move default RGB/LED matrix #defines (#21938)
Less/Rikki
1
-30
/
+1
2023-07-16
quantum: remove direct `quantum.h` includes (#21507)
Ryan
1
-0
/
+5
2023-07-02
[Core] RGB Matrix limit basic indicators to the last render (#21169)
Xelus22
1
-1
/
+4
2023-02-12
Remove `config.h` include from quantum files (#19817)
jack
1
-1
/
+0
2022-11-27
Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)
Ryan
1
-9
/
+9
2022-10-04
Fix Per Key LED Indicator Callbacks (#18450)
Drashna Jaelre
1
-4
/
+12
2022-09-26
Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)
Ryan
1
-17
/
+13
2022-09-23
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
1
-4
/
+4
2022-07-13
[Bug] Fix compile issue with LED Matrix (#17658)
Drashna Jaelre
1
-3
/
+3
2022-07-12
Update LED/RGB Matrix flag function behavior (#17651)
Drashna Jaelre
1
-2
/
+12
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-55
/
+124
2021-11-15
Require explicit enabling of RGB Matrix modes (#15018)
Drashna Jaelre
1
-2
/
+2
2021-11-02
Add support for ISSI drivers on both sides of a split keyboard (#13842)
Vlad K
1
-12
/
+2
2021-10-08
Put back eeconfig_update_ functions (#14751)
Joel Challis
1
-0
/
+2
2021-10-07
Reuse of EEPROM debounce logic (#14699)
Joel Challis
1
-22
/
+10
2021-08-20
Fix LED Matrix suspend code (#14090)
Ryan
1
-1
/
+1
2021-08-20
[Bug] Fix RGB/LED Matrix Suspend code (#14084)
Drashna Jaelre
1
-2
/
+3
2021-07-19
Switch Ergodox Infinity over to split_common (#13481)
Joakim Tufvegren
1
-1
/
+1
2021-07-16
Fix LED Hit Counter for LED/RGB Matrix (#12674)
Johannes Choo
1
-1
/
+1
2021-06-22
Move LED/RGB Matrix code into their own directories (#13257)
Ryan
1
-0
/
+577