summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-30Implement kb function for rgb matrix to led lookup (#5738)XScorpion21-1/+6
2019-04-30Updated rgb_led struct field modifier to flags (#5619)XScorpion21-26/+19
2019-04-29RGB Matrix: Custom effects on a kb/user level (#5338)Daniel Prilik1-6/+37
2019-04-22RGB Matrix Animations: Three/six new reactive effects (wide, cross, nexus) (#...M-AS1-0/+33
2019-04-06Fix bugs that cause compile failures when enabling only some animations.Lenbok1-1/+1
2019-04-04RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik1-1/+18
2019-04-03RGB Matrix Overhaul (#5372)XScorpion21-795/+390
2019-03-17New RGB Matrix effect: Single color reactive (#5330)M-AS1-0/+19
2018-12-31Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)David Dai1-1/+1
2018-12-03Fix up RGB Matrix code (#4503)Drashna Jaelre1-16/+44
2018-11-18Allows disabling rgb effects in userspace (#4422)Florian Didron1-60/+110
2018-10-05rgb_matrix: continue calling rgb_matrix_indicators() when toggled offJames Laird-Wah1-1/+2
2018-10-02Adds a method allowing to set custom colors to the rgb matrixFlorian Didron1-0/+7
2018-10-01Make digital rain RGB matrix effect #define configurable.Daniel Shields1-2/+6
2018-09-28Keyboard: keyboardio model01: rgbmatrix support (#3989)James Laird-Wah1-0/+1
2018-09-27RGB Matrix refactoring to open up for new drivers (#3913)James Laird-Wah1-109/+4
2018-09-27Moves animation calculation logic out of the for loopsFlorian Didron1-14/+22
2018-09-26Add new RGB matrix effect digital rain aka The MatrixDaniel Shields1-0/+66
2018-08-28ISSI31FL3733 driver (#3679)yiancar1-15/+53
2018-08-15Rgb matrix arm (#3648)yiancar1-10/+10
2018-07-03Merge pull request #3229 from qmk/hf/shinydoxErez Zukerman1-38/+40
2018-07-03Addition of hard brigtness limit for RGB_Matrix (#3299)yiancar1-3/+7
2018-06-23refactor, non-workingJack Humbert1-7/+2
2018-06-13adds timeout to avr i2cJack Humbert1-40/+47
2018-05-31Customizable LED test duration (#3086)Erez Zukerman1-2/+3
2018-05-14Rgb matrix fixes, I2C library can now retry if it has failed (#2943)yiancar1-4/+2
2018-05-10General RGB matrix fixes (#2931)yiancar1-13/+16
2018-05-09Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)yiancar1-3/+15
2018-05-08Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert1-0/+873