aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix.c
Commit message (Expand)AuthorAgeFilesLines
* Noeeprom functions for rgb_matrix (#9487)Tynan Beatty2020-08-291-67/+88
* Fix RGB_DISABLE_TIMEOUT overflow warning (#9866) (#9874)BeefaloKing2020-08-041-1/+1
* 2020 May 30 Breaking Changes Update (#9215)James Young2020-05-301-43/+63
* Add query functions for RGB Light and RGB Matrix (#8960)Drashna Jaelre2020-05-181-0/+11
* Run clang-format manually to fix recently changed files (#8552)Joel Challis2020-03-251-1/+0
* Run clang-format manually to fix recently changed files (#7934)Joel Challis2020-01-191-4/+4
* Configuration values for starting HSV and speed (#7740)Rob Haswell2020-01-181-2/+19
* Turn off RGB Matrix LEDs when keyboard sleeps (#7713)Drashna Jaelre2019-12-251-1/+6
* clang-format changesskullY2019-08-301-329/+295
* Fix RGB Matrix Cycle Left-Right Animation (#6421)yrdns2019-07-261-1/+1
* Adding rgb matrix speed into eeprom storage. (#5965)XScorpion22019-07-161-27/+21
* Switching rgb_config_t to use HSV structRyan Caltabiano2019-07-121-19/+17
* Reduce rgb matrix firmware sizeRyan Caltabiano2019-05-191-0/+8
* Added custom center point to rgb matrixRyan Caltabiano2019-05-191-0/+6
* Cleanup/rgb matrix (#5811)XScorpion22019-05-101-172/+24
* RGB Matrix Typing Heatmap (#5786)XScorpion22019-05-071-0/+21
* rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part ...XScorpion22019-05-071-9/+7
* Implement kb function for rgb matrix to led lookup (#5738)XScorpion22019-04-301-1/+6
* Updated rgb_led struct field modifier to flags (#5619)XScorpion22019-04-291-26/+19
* RGB Matrix: Custom effects on a kb/user level (#5338)Daniel Prilik2019-04-291-6/+37
* RGB Matrix Animations: Three/six new reactive effects (wide, cross, nexus) (#...M-AS2019-04-221-0/+33
* Fix bugs that cause compile failures when enabling only some animations.Lenbok2019-04-061-1/+1
* RGB Matrix support for Massdrop CTRL/ALT (#5328)Daniel Prilik2019-04-031-1/+18
* RGB Matrix Overhaul (#5372)XScorpion22019-04-021-795/+390
* New RGB Matrix effect: Single color reactive (#5330)M-AS2019-03-171-0/+19
* Change rgblight_get_mode & rgb_matrix_get_mode's return type to uint8_t. (#4747)David Dai2018-12-311-1/+1
* Fix up RGB Matrix code (#4503)Drashna Jaelre2018-12-031-16/+44
* Allows disabling rgb effects in userspace (#4422)Florian Didron2018-11-181-60/+110
* rgb_matrix: continue calling rgb_matrix_indicators() when toggled offJames Laird-Wah2018-10-041-1/+2
* Adds a method allowing to set custom colors to the rgb matrixFlorian Didron2018-10-021-0/+7
* Make digital rain RGB matrix effect #define configurable.Daniel Shields2018-10-011-2/+6
* Keyboard: keyboardio model01: rgbmatrix support (#3989)James Laird-Wah2018-09-271-0/+1
* RGB Matrix refactoring to open up for new drivers (#3913)James Laird-Wah2018-09-271-109/+4
* Moves animation calculation logic out of the for loopsFlorian Didron2018-09-261-14/+22
* Add new RGB matrix effect digital rain aka The MatrixDaniel Shields2018-09-261-0/+66
* ISSI31FL3733 driver (#3679)yiancar2018-08-281-15/+53
* Rgb matrix arm (#3648)yiancar2018-08-151-10/+10
* Merge pull request #3229 from qmk/hf/shinydoxErez Zukerman2018-07-031-38/+40
|\
| * refactor, non-workingJack Humbert2018-06-221-7/+2
| * adds timeout to avr i2cJack Humbert2018-06-121-40/+47
* | Addition of hard brigtness limit for RGB_Matrix (#3299)yiancar2018-07-031-3/+7
|/
* Customizable LED test duration (#3086)Erez Zukerman2018-05-301-2/+3
* Rgb matrix fixes, I2C library can now retry if it has failed (#2943)yiancar2018-05-141-4/+2
* General RGB matrix fixes (#2931)yiancar2018-05-101-13/+16
* Add effect speed support for RGB Matrix *No EEPROM yet* (#2922)yiancar2018-05-081-3/+15
* Adds IS31FL3731 RGB Matrix Implementation (#2910)Jack Humbert2018-05-081-0/+873