Browse Source

[Keyboard] fix dz60rgb response speed (#5540)

pull/7655/head
moyi4681 5 years ago
committed by Drashna Jaelre
parent
commit
6c86577237
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      keyboards/dztech/dz60rgb/config.h

+ 2
- 0
keyboards/dztech/dz60rgb/config.h View File

@ -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


Loading…
Cancel
Save