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
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
2
-0
/
+55
2025-06-07
Add `{rgb|led}_matrix_get_mode_name()`. (#25344)
Nick Brassel
2
-1
/
+58
2025-05-22
Add `compiler_support.h` (#25274)
Pablo Martínez
1
-1
/
+3
2025-05-12
Enable community modules to define LED matrix and RGB matrix effects. (#25187)
Pascal Getreuer
2
-0
/
+18
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
3
-4
/
+4
2024-10-28
Refactor LED Breathing effect with runner (#24540)
フィルターペーパー
1
-10
/
+5
2024-10-06
WS2812 API rework (#24364)
Ryan
2
-1
/
+12
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
2
-2
/
+2
2024-03-17
LED drivers: add support for IS31FL3236 (#23264)
Ryan
2
-0
/
+10
2024-02-17
Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)
HorrorTroll
2
-0
/
+10
2024-01-30
Add missing rgb matrix default parameters (#22281)
Fabien Fellay
2
-1
/
+5
2024-01-04
LED drivers: rename "simple" to "mono" (#22814)
Ryan
1
-11
/
+11
2024-01-02
Remove IS31FLCOMMON code (#22800)
Ryan
2
-10
/
+0
2024-01-01
LED drivers: extract IS31FL3746A from IS31COMMON (#22637)
Ryan
2
-0
/
+10
2024-01-01
LED drivers: extract IS31FL3745 from IS31COMMON (#22636)
Ryan
2
-0
/
+10
2024-01-01
LED drivers: extract IS31FL3743A from IS31COMMON (#22635)
Ryan
2
-0
/
+10
2024-01-01
LED drivers: extract IS31FL3742A from IS31COMMON (#22620)
Ryan
2
-0
/
+10
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
2
-6
/
+12
2023-12-08
LED/RGB Matrix: add header for drivers (#22628)
Ryan
3
-39
/
+40
2023-11-30
Converted RGB matrix to use last_input_activity_elapsed(). (#21687)
Pete Neisen
1
-20
/
+3
2023-11-01
Relocate LED driver init code (#22365)
Ryan
1
-254
/
+32
2023-10-25
RGB/LED matrix use limits size optimisation (#22325)
Dasky
2
-37
/
+46
2023-10-24
Fix compilation error when led/rgb process limit is zero. (#22328)
Dasky
2
-4
/
+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-10-22
Add `_flush()` functions to LED drivers (#22308)
Ryan
1
-103
/
+8
2023-10-21
Rename `DRIVER_ADDR_n` defines (#22200)
Ryan
1
-134
/
+135
2023-10-04
Rename CKLED2001 driver to SNLED27351 (#22071)
Ryan
2
-22
/
+22
2023-10-03
is31fl3737/3741: add LED Matrix support (#22163)
Ryan
2
-1
/
+101
2023-09-29
Add _DEFAULT_ON lighting configuration options (#21865)
Joel Challis
2
-1
/
+5
2023-09-28
refactor: move default RGB/LED matrix #defines (#21938)
Less/Rikki
2
-30
/
+29
2023-09-27
is31fl3218: Add LED Matrix support (#22126)
Ryan
2
-9
/
+31
2023-09-27
is31fl3736: extract single-color API (#22133)
Ryan
2
-3
/
+54
2023-09-21
LED/RGB Matrix: prefix driver defines (#22088)
Ryan
2
-16
/
+16
2023-09-20
Move `PACKED` define to util.h (#22074)
Ryan
1
-14
/
+1
2023-08-23
Simplfy RGB/LED matrix effect logic (#21703)
Joel Challis
1
-0
/
+19
2023-07-29
LED Matrix: driver naming cleanups (#21580)
Ryan
1
-45
/
+45
2023-07-16
quantum: remove direct `quantum.h` includes (#21507)
Ryan
2
-1
/
+6
2023-07-02
[Core] RGB Matrix limit basic indicators to the last render (#21169)
Xelus22
2
-2
/
+6
2023-05-08
[Bug] Realign and size check EECONFIG structures (#20541)
Drashna Jaelre
1
-2
/
+3
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
2
-8
/
+16
[next]