summaryrefslogtreecommitdiffstats
path: root/keyboards/dztech/dz40rgb
diff options
context:
space:
mode:
authormoyi4681 <moyi4681@users.noreply.github.com>2019-03-12 15:25:39 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-03-12 15:25:39 +0100
commitfe642a84fcf1a52cc761dca231244b7971742d00 (patch)
tree8f94978d73935ea6d19c50a23f792059da018765 /keyboards/dztech/dz40rgb
parent395a7793d1c39053e95a699b4c5dc6ae9c304584 (diff)
downloadqmk_firmware-fe642a84fcf1a52cc761dca231244b7971742d00.tar.gz
qmk_firmware-fe642a84fcf1a52cc761dca231244b7971742d00.tar.xz
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/dztech/dz40rgb/config.h b/keyboards/dztech/dz40rgb/config.h
index 2ac7fbdc8..5b9f6dc08 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
-