diff options
author | Drashna Jaelre <drashna@live.com> | 2021-08-21 16:46:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-22 09:46:35 +1000 |
commit | c5f41d42d8e4dc88b2aeb414aa0d26ad23ad34f1 (patch) | |
tree | 55bd2f93409d31de304eaa7c101009885e08a9bc /keyboards/dztech | |
parent | 58a5030661b57f1dd05693053df2eddadc285f64 (diff) |
Updated RGB Matrix suspend define part 3 (#13954)
* Updated RGB Matrix suspend define part 3
* Revert "Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)"
This reverts commit 80015f7fb023f27ad5307815fd5433694a3bcb4a.
* Add additional boards/keymaps
Diffstat (limited to 'keyboards/dztech')
-rw-r--r-- | keyboards/dztech/dz60rgb_wkl/v2_1/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/dztech/dz60rgb_wkl/v2_1/config.h b/keyboards/dztech/dz60rgb_wkl/v2_1/config.h index c4d9e6c9af..76b0b6ea52 100644 --- a/keyboards/dztech/dz60rgb_wkl/v2_1/config.h +++ b/keyboards/dztech/dz60rgb_wkl/v2_1/config.h @@ -53,7 +53,7 @@ #ifdef RGB_MATRIX_ENABLE # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects -# define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended +# define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended # define RGB_MATRIX_KEYPRESSES # define RGB_MATRIX_FRAMEBUFFER_EFFECTS # define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN @@ -71,9 +71,9 @@ # define DISABLE_RGB_MATRIX_SOLID_SPLASH # define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH # define DISABLE_RGB_MATRIX_DIGITAL_RAIN -# define DRIVER_ADDR_1 0b1010000 -# define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons. -# define DRIVER_COUNT 2 +# define DRIVER_ADDR_1 0b1010000 +# define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons. +# define DRIVER_COUNT 2 # define DRIVER_1_LED_TOTAL 62 -# define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL +# define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL #endif |