diff options
| -rwxr-xr-x | keyboards/bm40hsrgb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bm40hsrgb/config.h b/keyboards/bm40hsrgb/config.h index 84d0950d5..167a5667a 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 | #ifdef RGB_MATRIX_ENABLE | 53 | #ifndef RGB_DISABLE_WHEN_USB_SUSPENDED |
| 54 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 54 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended |
| 55 | #endif | 55 | #endif |
