index
:
qmk_firmware
head
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
quantum
/
rgb_matrix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor pixel rain animation (#19606)
Albert Y
2023-01-16
1
-6
/
+6
*
Update RGB matrix reactive gradient timer scale (#19415)
Albert Y
2022-12-30
5
-6
/
+7
*
De-obfuscate random8 functions in RGB matrix animations (#19416)
Albert Y
2022-12-27
3
-20
/
+7
*
Use random8 for jellybean effect (#19418)
Albert Y
2022-12-27
1
-2
/
+2
*
Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)
Ryan
2022-11-27
1
-14
/
+14
*
Fix rgb_matrix_set_flags_noeeprom declaration (#18860)
Joel Challis
2022-10-27
1
-1
/
+1
*
[CI] Format code according to conventions (#18756)
QMK Bot
2022-10-18
1
-12
/
+12
*
4 Driver support for IS31FL3737 (#18750)
Jamal Bouajjaj
2022-10-18
1
-0
/
+18
*
Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650)
James Thomson
2022-10-11
1
-1
/
+1
*
Fix Per Key LED Indicator Callbacks (#18450)
Drashna Jaelre
2022-10-04
2
-10
/
+16
*
Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)
Ryan
2022-09-26
1
-17
/
+13
*
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)
Ryan
2022-09-23
8
-22
/
+22
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-09-19
1
-1
/
+1
|
\
|
*
Fix int8_t overflow in RGB heatmap effect (#18410)
Marius Renner
2022-09-19
1
-1
/
+1
*
|
Use a macro to compute the size of arrays at compile time (#18044)
Jeff Epler
2022-08-30
1
-1
/
+1
|
/
*
Refactor Pixel Fractal effect (#17602)
Albert Y
2022-08-11
1
-50
/
+28
*
Add LED limit call (#17679)
Albert Y
2022-07-14
1
-7
/
+7
*
Fix the use of LED limits (#17678)
Albert Y
2022-07-14
1
-8
/
+7
*
[Code] Add solid reactive gradient mode (#17228)
Albert Y
2022-07-14
5
-0
/
+15
*
Update LED/RGB Matrix flag function behavior (#17651)
Drashna Jaelre
2022-07-12
2
-1
/
+12
*
RGB Matrix Heatmap - Skip positions with NO_LED (#17488)
Dasky
2022-06-29
1
-0
/
+6
*
Fix RGB heatmap to use XY positions and use correct led limits (#17184)
Dasky
2022-06-21
2
-44
/
+51
*
Fixes #16705 : digital rain follows val (#16716)
KoenGoe
2022-04-19
1
-7
/
+15
*
Heatmap incorrect matrix effect workaround (#16315)
Albert Y
2022-04-16
1
-0
/
+5
*
Format code according to conventions (#16322)
QMK Bot
2022-02-12
43
-198
/
+369
*
Fix right side ws2812 leds having two indices (#15985)
Dasky
2022-02-11
1
-3
/
+8
*
Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...
MasterSpoon
2022-02-06
2
-1
/
+53
*
RGB Matrix: Reload from EEPROM (#15923)
Adam Lickel
2022-02-04
2
-0
/
+13
*
Format code according to conventions (#16211)
QMK Bot
2022-02-04
1
-7
/
+5
*
[Core] Add Pixel Flow RGB matrix effect (#15829)
Albert Y
2022-02-05
2
-0
/
+52
*
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-02-04
2
-52
/
+0
|
\
|
*
Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)
Nick Brassel
2022-02-05
2
-52
/
+0
*
|
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2022-02-04
2
-0
/
+52
|
\
|
|
*
[Core] Add Pixel Flow RGB matrix effect (#15829)
Albert Y
2022-02-05
2
-0
/
+52
*
|
Add init function to clear previous effect (#15815)
Albert Y
2022-01-17
1
-0
/
+4
|
/
*
fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)
Erik Berthold
2021-12-27
1
-6
/
+2
*
Format code according to conventions (#15195)
QMK Bot
2021-11-17
1
-7
/
+11
*
Rename RGB fractal (#15174)
Albert Y
2021-11-16
2
-5
/
+5
*
Require explicit enabling of RGB Matrix modes (#15018)
Drashna Jaelre
2021-11-15
34
-214
/
+60
*
Add Pixel Rain RGB Matrix effect (#14155)
Albert Y
2021-11-02
2
-0
/
+45
*
Add a new led driver for Keychron's keyboards. (#14872)
lalalademaxiya1
2021-11-02
2
-1
/
+50
*
Add support for ISSI drivers on both sides of a split keyboard (#13842)
Vlad K
2021-11-02
17
-29
/
+61
*
Manually format develop (#15003)
Joel Challis
2021-11-01
1
-19
/
+32
*
Add Fractal RGB matrix effects (#12670)
Albert Y
2021-11-02
2
-0
/
+62
*
Clean up LED/RGB Matrix driver config (#14760)
Ryan
2021-10-10
1
-53
/
+74
*
Put back eeconfig_update_ functions (#14751)
Joel Challis
2021-10-08
1
-0
/
+2
*
Reuse of EEPROM debounce logic (#14699)
Joel Challis
2021-10-07
1
-22
/
+10
*
[Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)
Drashna Jaelre
2021-09-15
1
-1
/
+6
*
[Bug] Fix RGB/LED Matrix Suspend code (#14084)
Drashna Jaelre
2021-08-20
1
-2
/
+3
*
Rgb matrix/enable modes explicitly (#13758)
Drashna Jaelre
2021-08-18
30
-30
/
+184
[next]