Skip to content

Commit

Permalink
Update config.h for kbdfans/kbd67/mkiirgb/v3 (qmk#13978)
Browse files Browse the repository at this point in the history
QMK Configurator does not compile - needs a value on RGB_DISABLE_WHEN_USB_SUSPENDED
  • Loading branch information
vinorodrigues committed Aug 12, 2021
1 parent 2218879 commit 80015f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/kbdfans/kbd67/mkiirgb/v3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define NO_ACTION_FUNCTION
#ifdef RGB_MATRIX_ENABLE
#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 RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended
#define USB_SUSPEND_WAKEUP_DELAY 5000
#define RGB_MATRIX_KEYPRESSES
#define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN
Expand Down

0 comments on commit 80015f7

Please sign in to comment.