diff options
Diffstat (limited to 'keyboards/bm40hsrgb/config.h')
| -rwxr-xr-x | keyboards/bm40hsrgb/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/bm40hsrgb/config.h b/keyboards/bm40hsrgb/config.h index 8ef9a78c7..554927a49 100755 --- a/keyboards/bm40hsrgb/config.h +++ b/keyboards/bm40hsrgb/config.h | |||
| @@ -48,8 +48,10 @@ | |||
| 48 | #define RGB_DI_PIN E2 | 48 | #define RGB_DI_PIN E2 |
| 49 | #define DRIVER_LED_TOTAL 53 | 49 | #define DRIVER_LED_TOTAL 53 |
| 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 | # define RGBLIGHT_LIMIT_VAL 180 // Limit to vendor-recommended value | ||
| 52 | #endif | 53 | #endif |
| 53 | #ifdef RGB_MATRIX_ENABLE | 54 | #ifdef RGB_MATRIX_ENABLE |
| 54 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended | 55 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
| 56 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value | ||
| 55 | #endif | 57 | #endif |
