summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix
Commit message (Expand)AuthorAgeFilesLines
* merge upstream 713427clokher2023-04-2611-35/+22
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-071-1/+1
* Merge upstream masterlokher2022-12-069-80/+100
|\
| * Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-14/+14
| * Fix rgb_matrix_set_flags_noeeprom declaration (#18860)Joel Challis2022-10-271-1/+1
| * [CI] Format code according to conventions (#18756)QMK Bot2022-10-181-12/+12
| * 4 Driver support for IS31FL3737 (#18750)Jamal Bouajjaj2022-10-181-0/+18
| * Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650)James Thomson2022-10-111-1/+1
| * Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-10/+16
| * Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-261-17/+13
| * Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-238-22/+22
| * Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-191-1/+1
| |\
| | * Fix int8_t overflow in RGB heatmap effect (#18410)Marius Renner2022-09-191-1/+1
| * | Use a macro to compute the size of arrays at compile time (#18044)Jeff Epler2022-08-301-1/+1
| |/
* | refactor indicator.c; fix LED/RGB_MATRIX_BRIGHTNESS_TURN_OFF_VAL related issuelokher2022-09-222-17/+22
* | merge upstream masterlokher2022-09-1311-109/+125
|\|
| * Refactor Pixel Fractal effect (#17602)Albert Y2022-08-111-50/+28
| * Add LED limit call (#17679)Albert Y2022-07-141-7/+7
| * Fix the use of LED limits (#17678)Albert Y2022-07-141-8/+7
| * [Code] Add solid reactive gradient mode (#17228)Albert Y2022-07-145-0/+15
| * Update LED/RGB Matrix flag function behavior (#17651)Drashna Jaelre2022-07-122-1/+12
| * RGB Matrix Heatmap - Skip positions with NO_LED (#17488)Dasky2022-06-291-0/+6
| * Fix RGB heatmap to use XY positions and use correct led limits (#17184)Dasky2022-06-212-44/+51
* | Add K8 prolokher2022-08-053-3/+145
|/
* Fixes #16705 : digital rain follows val (#16716)KoenGoe2022-04-191-7/+15
* Heatmap incorrect matrix effect workaround (#16315)Albert Y2022-04-161-0/+5
* Format code according to conventions (#16322)QMK Bot2022-02-1243-198/+369
* Fix right side ws2812 leds having two indices (#15985)Dasky2022-02-111-3/+8
* Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...MasterSpoon2022-02-062-1/+53
* RGB Matrix: Reload from EEPROM (#15923)Adam Lickel2022-02-042-0/+13
* Format code according to conventions (#16211)QMK Bot2022-02-041-7/+5
* [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-052-0/+52
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-042-52/+0
|\
| * Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2022-02-052-52/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-042-0/+52
|\|
| * [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-052-0/+52
* | Add init function to clear previous effect (#15815)Albert Y2022-01-171-0/+4
|/
* fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)Erik Berthold2021-12-271-6/+2
* Format code according to conventions (#15195)QMK Bot2021-11-171-7/+11
* Rename RGB fractal (#15174)Albert Y2021-11-162-5/+5
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-1534-214/+60
* Add Pixel Rain RGB Matrix effect (#14155)Albert Y2021-11-022-0/+45
* Add a new led driver for Keychron's keyboards. (#14872)lalalademaxiya12021-11-022-1/+50
* Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-0217-29/+61
* Manually format develop (#15003)Joel Challis2021-11-011-19/+32
* Add Fractal RGB matrix effects (#12670)Albert Y2021-11-022-0/+62
* Clean up LED/RGB Matrix driver config (#14760)Ryan2021-10-101-53/+74
* Put back eeconfig_update_ functions (#14751)Joel Challis2021-10-081-0/+2
* Reuse of EEPROM debounce logic (#14699)Joel Challis2021-10-071-22/+10
* [Bug] Fix IS31fl3741 driver to accept 1 or 2 addresses (#14451)Drashna Jaelre2021-09-151-1/+6