| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-07 | Merge remote-tracking branch 'qmk/master' into merge-2024-09-07 | Ilya Zhuravlev | |
| 2024-08-14 | Refactor starlight RGB matrix effects (#24202) | フィルターペーパー | |
| * Use unsigned integers * Use lib8tion random8 function * Test for valid LED flags * Use rgb_matrix_hsv_to_rgb function | |||
| 2024-08-14 | Refactor riverflow RGB matrix loop (#24203) | フィルターペーパー | |
| Check for LED flags at the start of loop to skip early | |||
| 2024-07-23 | Check LED flags for Pixel Fractal effect (#23881) | フィルターペーパー | |
| 2024-06-23 | Merge remote-tracking branch 'qmk/master' into merge-2024-06-23 | Ilya Zhuravlev | |
| 2024-05-16 | Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726) | Ryan | |
| 2024-04-28 | Rename `RGBW` define to `WS2812_RGBW` (#23585) | Ryan | |
| 2024-04-15 | Merge remote-tracking branch 'qmk/master' into merge-2024-04-15 | Ilya Zhuravlev | |
| 2024-04-05 | Rename `process_{led,rgb}_matrix()` (#23422) | Ryan | |
| 2024-03-18 | Add init function to RGBLight driver struct (#23076) | Ryan | |
| 2024-03-17 | LED drivers: add support for IS31FL3236 (#23264) | Ryan | |
| 2024-02-17 | Add RGB matrix & LED Matrix support for IS31FL3729 (#21944) | HorrorTroll | |
| Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com> | |||
| 2024-01-30 | Add missing rgb matrix default parameters (#22281) | Fabien Fellay | |
| 2024-01-09 | Solid reactive: improve fading effect (#22656) | フィルターペーパー | |
| 2024-01-02 | Remove IS31FLCOMMON code (#22800) | Ryan | |
| 2024-01-01 | LED drivers: extract IS31FL3746A from IS31COMMON (#22637) | Ryan | |
| 2024-01-01 | LED drivers: extract IS31FL3745 from IS31COMMON (#22636) | Ryan | |
| 2024-01-01 | LED drivers: extract IS31FL3743A from IS31COMMON (#22635) | Ryan | |
| 2024-01-01 | LED drivers: extract IS31FL3742A from IS31COMMON (#22620) | Ryan | |
| 2023-12-20 | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | |
| 2023-12-18 | Update keyboard LED driver configs (#22638) | Ryan | |
| 2023-12-16 | Merge remote-tracking branch 'qmk/master' into merge-2023-12-16 | Ilya Zhuravlev | |
| 2023-12-16 | Remove redundant RGB/LED matrix eeconfig init (#22673) | Joel Challis | |
| 2023-12-08 | LED/RGB Matrix: add header for drivers (#22628) | Ryan | |
| 2023-11-30 | Converted RGB matrix to use last_input_activity_elapsed(). (#21687) | Pete Neisen | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
| 2023-11-26 | New RGB Animations - 4 "Starlight" Animation Variations (#22212) | db | |
| 2023-11-01 | Relocate LED driver init code (#22365) | Ryan | |
| 2023-10-25 | RGB/LED matrix use limits size optimisation (#22325) | Dasky | |
| 2023-10-24 | Fix compilation error when led/rgb process limit is zero. (#22328) | Dasky | |
| Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
| 2023-10-22 | Add `_flush()` functions to LED drivers (#22308) | Ryan | |
| 2023-10-21 | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
| 2023-10-04 | Rename CKLED2001 driver to SNLED27351 (#22071) | Ryan | |
| 2023-09-29 | Add _DEFAULT_ON lighting configuration options (#21865) | Joel Challis | |
| 2023-09-28 | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | |
| * refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
| 2023-09-25 | Added flower blooming on RGB Matrix effect (#21948) | HorrorTroll | |
| 2023-09-21 | RGBLight/Backlight: add prefixed driver defines (#22089) | Ryan | |
| 2023-09-21 | LED/RGB Matrix: prefix driver defines (#22088) | Ryan | |
| 2023-09-20 | Move `PACKED` define to util.h (#22074) | Ryan | |
| 2023-09-17 | Complete RGB Matrix support for IS31FL3218 (#22004) | Ryan | |
| 2023-09-13 | aw20216: driver naming cleanups (#21891) | Ryan | |
| 2023-09-08 | Merge remote-tracking branch 'qmk/master' into merge-2023-09-08 | Ilya Zhuravlev | |
| 2023-09-04 | Clean up RGB LED type (#21859) | Ryan | |
| 2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
| 2023-08-23 | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | |
| 2023-08-22 | fix: restore indicators to jellybean_raindrops (#21792) | Less/Rikki | |
| After #21169, rgb_matrix_indicators() was limited to running on the final render iteration. Since the jellybean_raindrops animation immediately returns false after updating a single LED, the iteration count no longer ends up high enough to render non-advanced indicators. This change also brings jellybean_raindrops more in line with raindrops. | |||
| 2023-07-16 | quantum: remove direct `quantum.h` includes (#21507) | Ryan | |
| 2023-07-08 | Set minimum middle column value (#21365) | フィルターペーパー | |
| 2023-07-02 | [Core] RGB Matrix limit basic indicators to the last render (#21169) | Xelus22 | |
| Co-authored-by: Joel Challis <git@zvecr.com> | |||
| 2023-06-10 | Refactor the rain lighting decision operator (#21139) | Albert Y | |
| 2023-06-09 | [Core] RGB matrix ws2812 update (#21135) | Xelus22 | |
| * ws2812_update boolean to stop update every single cycle * lint1 Co-authored-by: Joel Challis <git@zvecr.com> * lint2 Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/rgb_matrix/rgb_matrix_drivers.c --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
