diff options
| author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2021-06-16 13:23:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 22:23:20 -0700 |
| commit | abee0610eefc4ce84d461787e58d7e62e63282db (patch) | |
| tree | bfff83babca7e2f85a8512a09e3c93bceba66aa8 | |
| parent | 9aea0fd52b69ea6e063ca1e25d11b9be34982db5 (diff) | |
| download | qmk_firmware-abee0610eefc4ce84d461787e58d7e62e63282db.tar.gz qmk_firmware-abee0610eefc4ce84d461787e58d7e62e63282db.zip | |
[Keyboard] Allow user override of RGB_DISABLE_WHEN_USB_SUSPENDED for BM40 keyboard (#12700)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: filterpaper <filterpaper@localhost>
| -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 |
