diff options
author | lokher <lokher@gmail.com> | 2023-04-26 16:32:15 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2023-04-26 16:32:15 +0800 |
commit | e4f4ceaf3f2e3d25fb282273a81f9b58790fc427 (patch) | |
tree | c0a257eab0ffe5238fdf2c04882e8ee1fe8fc46e /quantum/rgb_matrix/animations/pixel_fractal_anim.h | |
parent | 103badc87cb50db1ff3851c84331e86ba78fb681 (diff) |
merge upstream 713427c
Diffstat (limited to 'quantum/rgb_matrix/animations/pixel_fractal_anim.h')
-rw-r--r-- | quantum/rgb_matrix/animations/pixel_fractal_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix/animations/pixel_fractal_anim.h b/quantum/rgb_matrix/animations/pixel_fractal_anim.h index b26d5c4100..875b4ceb3d 100644 --- a/quantum/rgb_matrix/animations/pixel_fractal_anim.h +++ b/quantum/rgb_matrix/animations/pixel_fractal_anim.h @@ -1,6 +1,6 @@ // Copyright (C) 2022 @filterpaper // SPDX-License-Identifier: GPL-2.0-or-later -// Inspired from 4x12 fractal created by @schwarzgrau +// Inspired by 4x12 fractal from @GEIGEIGEIST #ifdef ENABLE_RGB_MATRIX_PIXEL_FRACTAL RGB_MATRIX_EFFECT(PIXEL_FRACTAL) |