Browse Source

Update config.h for kbdfans/kbd67/mkiirgb/v3 (#13978)

QMK Configurator does not compile - needs a value on RGB_DISABLE_WHEN_USB_SUSPENDED
pull/13984/head
Vino Rodrigues 2 years ago
committed by GitHub
parent
commit
80015f7fb0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/kbdfans/kbd67/mkiirgb/v3/config.h

+ 1
- 1
keyboards/kbdfans/kbd67/mkiirgb/v3/config.h View File

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


Loading…
Cancel
Save