diff options
author | moyi4681 <moyi4681@users.noreply.github.com> | 2019-04-03 05:41:00 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-03 05:41:00 +0200 |
commit | 6c865772372f1266189270571d3b87a7dd3a2ac6 (patch) | |
tree | 2c14c8dd0f71693bcf9f20cdd7dad5bb6d81b990 /keyboards/dztech | |
parent | c98247e3dd2958bd2d8969dc75170e7e2757b895 (diff) | |
download | qmk_firmware-6c865772372f1266189270571d3b87a7dd3a2ac6.tar.gz qmk_firmware-6c865772372f1266189270571d3b87a7dd3a2ac6.tar.xz |
[Keyboard] fix dz60rgb response speed (#5540)
Diffstat (limited to 'keyboards/dztech')
-rw-r--r-- | keyboards/dztech/dz60rgb/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/dztech/dz60rgb/config.h b/keyboards/dztech/dz60rgb/config.h index 3a6f4bcc0..f43b39810 100644 --- a/keyboards/dztech/dz60rgb/config.h +++ b/keyboards/dztech/dz60rgb/config.h @@ -24,6 +24,8 @@ #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_KEYPRESSES +#define RGB_MATRIX_LED_PROCESS_LIMIT 4 +#define RGB_MATRIX_LED_FLUSH_LIMIT 26 #define DISABLE_RGB_MATRIX_SPLASH #define DISABLE_RGB_MATRIX_MULTISPLASH #define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH |