diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2019-03-12 22:25:39 +0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-03-12 07:25:39 -0700 |
commit | fe642a84fcf1a52cc761dca231244b7971742d00 (patch) | |
tree | 8f94978d73935ea6d19c50a23f792059da018765 /keyboards/dztech/dz40rgb | |
parent | 395a7793d1c39053e95a699b4c5dc6ae9c304584 (diff) | |
download | qmk_firmware-fe642a84fcf1a52cc761dca231244b7971742d00.tar.gz qmk_firmware-fe642a84fcf1a52cc761dca231244b7971742d00.zip |
Fix speed issues with RGB Matrix in the DZ60RGB (#5380)
* Fix speed issues with RGB Matrix in the DZ60RGB
* keep boards in sync
Diffstat (limited to 'keyboards/dztech/dz40rgb')
-rw-r--r-- | keyboards/dztech/dz40rgb/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/dztech/dz40rgb/config.h b/keyboards/dztech/dz40rgb/config.h index 2ac7fbdc87..5b9f6dc089 100644 --- a/keyboards/dztech/dz40rgb/config.h +++ b/keyboards/dztech/dz40rgb/config.h @@ -22,7 +22,7 @@ #define DEBOUNCE 3 #define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects #define RGB_DISABLE_WHEN_USB_SUSPENDED false // turn off effects when suspended -#define RGB_MATRIX_SKIP_FRAMES 0 +#define RGB_MATRIX_SKIP_FRAMES 10 #define RGB_MATRIX_KEYPRESSES #define DISABLE_RGB_MATRIX_SPLASH #define DISABLE_RGB_MATRIX_MULTISPLASH @@ -31,4 +31,3 @@ #define DRIVER_ADDR_2 0b1010000 // this is here for compliancy reasons. #define DRIVER_COUNT 2 - |