diff options
author | Joel Challis <git@zvecr.com> | 2023-08-23 00:03:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 00:03:01 +0100 |
commit | dfb6d38f08b3912baffbca23e351dd0ad836238c (patch) | |
tree | b9b609ff800ebe138264e001926c50330dfd82ec /keyboards/dztech/dz60rgb_ansi/v2_1 | |
parent | 0d535381deeceb8e691e53ab98445efe884dc8f4 (diff) |
Simplfy RGB/LED matrix effect logic (#21703)
Diffstat (limited to 'keyboards/dztech/dz60rgb_ansi/v2_1')
-rw-r--r-- | keyboards/dztech/dz60rgb_ansi/v2_1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz60rgb_ansi/v2_1/config.h b/keyboards/dztech/dz60rgb_ansi/v2_1/config.h index 09e76f52d5..90b6c71e67 100644 --- a/keyboards/dztech/dz60rgb_ansi/v2_1/config.h +++ b/keyboards/dztech/dz60rgb_ansi/v2_1/config.h @@ -66,7 +66,7 @@ // # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTINEXUS // # define ENABLE_RGB_MATRIX_SPLASH // # define ENABLE_RGB_MATRIX_MULTISPLASH -# define ENABLE_RGB_MATRIX_SOLID_SPLASH +// # define ENABLE_RGB_MATRIX_SOLID_SPLASH // # define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH # define DRIVER_ADDR_1 0b1010000 |