summaryrefslogtreecommitdiffstats
path: root/quantum/rgb_matrix/animations
Commit message (Collapse)AuthorAgeFilesLines
* typing_heatmap: Add macro to configure increase steps (#20300)Jasmin2023-04-301-2/+5
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Merge branch 'master' into developDasky2023-02-141-1/+1
|\
| * Update fractal attribution comment (#19832)Albert Y2023-02-131-1/+1
| |
* | Refactor pixel rain animation (#19606)Albert Y2023-01-161-6/+6
| |
* | Update RGB matrix reactive gradient timer scale (#19415)Albert Y2022-12-305-6/+7
| |
* | De-obfuscate random8 functions in RGB matrix animations (#19416)Albert Y2022-12-273-20/+7
| |
* | Use random8 for jellybean effect (#19418)Albert Y2022-12-271-2/+2
|/
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-5/+5
|
* Fix int8_t overflow in RGB heatmap effect (#18410)Marius Renner2022-09-191-1/+1
|
* Refactor Pixel Fractal effect (#17602)Albert Y2022-08-111-50/+28
| | | | | | | | | | | * Refactor effect with smaller array * Add RGB_MATRIX_USE_LIMITS call * Remove spaces Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* 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
|
* 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-211-42/+42
| | | | | | | | | | | | | | | * Fix RGB heatmap to use XY positions * lower effect area limit and make configurable * tidy up macro * Fix triggering in both directions. * add docs * fix bug when decreasing value * performance tweak
* Fixes #16705 : digital rain follows val (#16716)KoenGoe2022-04-191-7/+15
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Heatmap incorrect matrix effect workaround (#16315)Albert Y2022-04-161-0/+5
|
* Format code according to conventions (#16322)QMK Bot2022-02-1241-122/+190
|
* 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
| | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* 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
| | | | | | This reverts commit e8fa329073d8752cad9b11b90287fd20f130ac6f.
* | 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
| | | | | | | | | | | | | | | | | | | | | | * Initial PIXEL FLOW matrix effect commit * Commit suggested use of rgb_matrix_check_finished_leds Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Code change support for split RGB Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Add init function to clear previous effect (#15815)Albert Y2022-01-171-0/+4
|/
* Format code according to conventions (#15195)QMK Bot2021-11-171-7/+11
|
* Rename RGB fractal (#15174)Albert Y2021-11-162-5/+5
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-1532-60/+60
|
* Add Pixel Rain RGB Matrix effect (#14155)Albert Y2021-11-022-0/+45
| | | | | | | | | | | | | | | * Add Pixel animation header file * Add Pixel animation to documentation * Add Pixel animation to core include file * Remove unintended spaces * Remove seeding of PRNG * Increase frequency of lit keys Co-authored-by: filterpaper <filterpaper@localhost>
* Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-0214-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Gets RGB working on a split keyboard with IS31FL3733. Currently needs small tweak to re-enable WS2812 * Added helper function * Trying to integrate the function * Moved functionality into a macro * Swapped conditional for a macro everywhere * Tidying up * More code cleanup * Documentation updates * Fixed formatting via linter * Switching to a function from a macro * Fixed compile error * Fixing WS2812 behavior. UNTESTED. * Updated documentation about the driver addresses. * Fixed code for WS2812 * Trying to add in LED_MATRIX support * Updated effects for LED matrix * Updated third-party effect defines. * Ran format-c on modified files * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Move to static inline. Avoids issues with gcc v8+ * Move helper function for LED_matrix to static inline to avoid issues with gcc v8+ Co-authored-by: Vlad Kvitnevskiy <vladkvit@outlook.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Manually format develop (#15003)Joel Challis2021-11-011-19/+32
|
* Add Fractal RGB matrix effects (#12670)Albert Y2021-11-022-0/+62
| | | | | | | | | | | | | | | | | | | * Squashed fractal effect commit for easier rebase * Update documentation * Squashed fractal effect commit for easier rebase * Update documentation * Update doc spacing Co-authored-by: Ryan <fauxpark@gmail.com> * Update feature_rgb_matrix.md Co-authored-by: filterpaper <filterpaper@localhost> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Rgb matrix/enable modes explicitly (#13758)Drashna Jaelre2021-08-1827-27/+27
| | | | | | | | | | | * Change animations to require explicet activation * Add support for legacy config * Make default for now * Add LED Matrix support * change LED Matrix docs
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-06-233-4/+4
|
* Move LED/RGB Matrix code into their own directories (#13257)Ryan2021-06-2244-0/+977