diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-15 00:58:05 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 13:58:05 +0000 |
commit | 6a6a333c75e60692c4497aafe949e6304b22f8b8 (patch) | |
tree | eb2640d3f294c560dfc408cb387380671d6959c1 /keyboards/dztech/dz60rgb_wkl/v2 | |
parent | 5fb269b2b49f31dcee34e3e088ef77cd016d0450 (diff) |
Disable RGB matrix pixel animations for some boards (#16643)
* idobao/id87/v2: disable RGB matrix pixel animations
* Same for two more boards
Diffstat (limited to 'keyboards/dztech/dz60rgb_wkl/v2')
-rw-r--r-- | keyboards/dztech/dz60rgb_wkl/v2/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/dztech/dz60rgb_wkl/v2/config.h b/keyboards/dztech/dz60rgb_wkl/v2/config.h index 5985fccea7..5d715a1e0d 100644 --- a/keyboards/dztech/dz60rgb_wkl/v2/config.h +++ b/keyboards/dztech/dz60rgb_wkl/v2/config.h @@ -69,9 +69,6 @@ # define ENABLE_RGB_MATRIX_HUE_BREATHING # define ENABLE_RGB_MATRIX_HUE_PENDULUM # define ENABLE_RGB_MATRIX_HUE_WAVE -# define ENABLE_RGB_MATRIX_PIXEL_RAIN -# define ENABLE_RGB_MATRIX_PIXEL_FLOW -# define ENABLE_RGB_MATRIX_PIXEL_FRACTAL // enabled only if RGB_MATRIX_FRAMEBUFFER_EFFECTS is defined # define ENABLE_RGB_MATRIX_TYPING_HEATMAP // # define ENABLE_RGB_MATRIX_DIGITAL_RAIN |