summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix
AgeCommit message (Collapse)Author
2024-09-07Merge remote-tracking branch 'qmk/master' into merge-2024-09-07Ilya Zhuravlev
2024-08-14Refactor 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-14Refactor riverflow RGB matrix loop (#24203)フィルターペーパー
Check for LED flags at the start of loop to skip early
2024-07-23Check LED flags for Pixel Fractal effect (#23881)フィルターペーパー
2024-06-23Merge remote-tracking branch 'qmk/master' into merge-2024-06-23Ilya Zhuravlev
2024-05-16Remove useless `LED/RGB_MATRIX_ENABLE` ifdefs (#23726)Ryan
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan
2024-04-15Merge remote-tracking branch 'qmk/master' into merge-2024-04-15Ilya Zhuravlev
2024-04-05Rename `process_{led,rgb}_matrix()` (#23422)Ryan
2024-03-18Add init function to RGBLight driver struct (#23076)Ryan
2024-03-17LED drivers: add support for IS31FL3236 (#23264)Ryan
2024-02-17Add 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-30Add missing rgb matrix default parameters (#22281)Fabien Fellay
2024-01-09Solid reactive: improve fading effect (#22656)フィルターペーパー
2024-01-02Remove IS31FLCOMMON code (#22800)Ryan
2024-01-01LED drivers: extract IS31FL3746A from IS31COMMON (#22637)Ryan
2024-01-01LED drivers: extract IS31FL3745 from IS31COMMON (#22636)Ryan
2024-01-01LED drivers: extract IS31FL3743A from IS31COMMON (#22635)Ryan
2024-01-01LED drivers: extract IS31FL3742A from IS31COMMON (#22620)Ryan
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan
2023-12-18Update keyboard LED driver configs (#22638)Ryan
2023-12-16Merge remote-tracking branch 'qmk/master' into merge-2023-12-16Ilya Zhuravlev
2023-12-16Remove redundant RGB/LED matrix eeconfig init (#22673)Joel Challis
2023-12-08LED/RGB Matrix: add header for drivers (#22628)Ryan
2023-11-30Converted RGB matrix to use last_input_activity_elapsed(). (#21687)Pete Neisen
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-11-26New RGB Animations - 4 "Starlight" Animation Variations (#22212)db
2023-11-01Relocate LED driver init code (#22365)Ryan
2023-10-25RGB/LED matrix use limits size optimisation (#22325)Dasky
2023-10-24Fix compilation error when led/rgb process limit is zero. (#22328)Dasky
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-10-22Add `_flush()` functions to LED drivers (#22308)Ryan
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan
2023-09-29Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis
2023-09-28refactor: 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-25Added flower blooming on RGB Matrix effect (#21948)HorrorTroll
2023-09-21RGBLight/Backlight: add prefixed driver defines (#22089)Ryan
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan
2023-09-20Move `PACKED` define to util.h (#22074)Ryan
2023-09-17Complete RGB Matrix support for IS31FL3218 (#22004)Ryan
2023-09-13aw20216: driver naming cleanups (#21891)Ryan
2023-09-08Merge remote-tracking branch 'qmk/master' into merge-2023-09-08Ilya Zhuravlev
2023-09-04Clean up RGB LED type (#21859)Ryan
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis
2023-08-22fix: 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-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-07-08Set 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-10Refactor 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>