diff options
Diffstat (limited to 'keyboards/bm40hsrgb/config.h')
-rwxr-xr-x | keyboards/bm40hsrgb/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bm40hsrgb/config.h b/keyboards/bm40hsrgb/config.h index 167a5667a..8ef9a78c7 100755 --- a/keyboards/bm40hsrgb/config.h +++ b/keyboards/bm40hsrgb/config.h | |||
@@ -50,6 +50,6 @@ | |||
50 | #ifdef RGB_DI_PIN | 50 | #ifdef RGB_DI_PIN |
51 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses | 51 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses |
52 | #endif | 52 | #endif |
53 | #ifndef RGB_DISABLE_WHEN_USB_SUSPENDED | 53 | #ifdef RGB_MATRIX_ENABLE |
54 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 54 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
55 | #endif | 55 | #endif |