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/dz60rgb/config.h | |
parent | 395a7793d1c39053e95a699b4c5dc6ae9c304584 (diff) |
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/dz60rgb/config.h')
-rw-r--r-- | keyboards/dztech/dz60rgb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz60rgb/config.h b/keyboards/dztech/dz60rgb/config.h index a1b3a19d9f..19f32440ea 100644 --- a/keyboards/dztech/dz60rgb/config.h +++ b/keyboards/dztech/dz60rgb/config.h @@ -23,7 +23,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 |