Skip to content

Commit

Permalink
[Keyboard] fix dz64rgb rgb sleep (#17209)
Browse files Browse the repository at this point in the history
  • Loading branch information
moyi4681 authored May 31, 2022
1 parent cda343a commit d5ed3ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/dztech/dz64rgb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_KEYPRESSES
#define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
#define ENABLE_RGB_MATRIX_ALPHAS_MODS
#define ENABLE_RGB_MATRIX_GRADIENT_LEFT_RIGHT
#define ENABLE_RGB_MATRIX_BREATHING
Expand Down

0 comments on commit d5ed3ae

Please sign in to comment.