index
:
qmk.git
jworthe-oryx
master
Open-source keyboard firmware for Atmel AVR and Arm USB families. Fork of https://github.com/qmk/qmk_firmware
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
rgb_matrix.c
Age
Commit message (
Expand
)
Author
2019-10-01
clang-format changes
skullY
2019-08-17
chore: move led shutdown logic in rgb_matric.c
Florian Didron
2019-08-13
Fix RGB Matrix Cycle Left-Right Animation (#6421)
yrdns
2019-07-19
Adding rgb matrix speed into eeprom storage. (#5965)
XScorpion2
2019-07-16
Switching rgb_config_t to use HSV struct (qmk#5933)
Ryan Caltabiano
2019-05-19
Reduce rgb matrix firmware size
Ryan Caltabiano
2019-05-19
Added custom center point to rgb matrix
Ryan Caltabiano
2019-05-10
Cleanup/rgb matrix (#5811)
XScorpion2
2019-05-07
RGB Matrix Typing Heatmap (#5786)
XScorpion2
2019-05-07
rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ...
XScorpion2
2019-05-07
Updated rgb_led struct field modifier to flags (#5619)
XScorpion2
2019-05-01
Implement kb function for rgb matrix to led lookup (#5738)
XScorpion2
2019-04-29
RGB Matrix: Custom effects on a kb/user level (#5338)
Daniel Prilik
2019-04-22
RGB Matrix Animations: Three/six new reactive effects (wide, cross, nexus) (#...
M-AS
2019-04-20
Update rgb_matrix.c
Drashna Jaelre
2019-04-20
Only increment Enable status for RGB Matrix if it supports it
Drashna Jaelre
2019-04-09
Fix bugs that cause compile failures when enabling only some animations.
Lenbok
2019-04-09
RGB Matrix support for Massdrop CTRL/ALT (#5328)
Daniel Prilik
2019-04-09
RGB Matrix Overhaul (#5372)
XScorpion2
2019-03-17
New RGB Matrix effect: Single color reactive (#5330)
M-AS
2018-12-31
Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)
David Dai
2018-12-03
Fix up RGB Matrix code (#4503)
Drashna Jaelre
2018-11-18
Allows disabling rgb effects in userspace (#4422)
Florian Didron
2018-10-04
rgb_matrix: continue calling rgb_matrix_indicators() when toggled off
James Laird-Wah
2018-10-02
Adds a method allowing to set custom colors to the rgb matrix
Florian Didron
2018-10-01
Make digital rain RGB matrix effect #define configurable.
Daniel Shields
2018-09-27
Keyboard: keyboardio model01: rgbmatrix support (#3989)
James Laird-Wah
2018-09-27
RGB Matrix refactoring to open up for new drivers (#3913)
James Laird-Wah
2018-09-26
Moves animation calculation logic out of the for loops
Florian Didron
2018-09-26
Add new RGB matrix effect digital rain aka The Matrix
Daniel Shields
2018-08-28
ISSI31FL3733 driver (#3679)
yiancar
2018-08-15
Rgb matrix arm (#3648)
yiancar
2018-07-03
Merge pull request #3229 from qmk/hf/shinydox
Erez Zukerman
2018-07-03
Addition of hard brigtness limit for RGB_Matrix (#3299)
yiancar
2018-06-22
refactor, non-working
Jack Humbert
2018-06-12
adds timeout to avr i2c
Jack Humbert
2018-05-30
Customizable LED test duration (#3086)
Erez Zukerman
2018-05-14
Rgb matrix fixes, I2C library can now retry if it has failed (#2943)
yiancar
2018-05-10
General RGB matrix fixes (#2931)
yiancar
2018-05-08
Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)
yiancar
2018-05-08
Adds IS31FL3731 RGB Matrix Implementation (#2910)
Jack Humbert