diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-06-09 22:59:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 22:59:19 -0700 |
| commit | 7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07 (patch) | |
| tree | f47997266960b08eca70a929ec19a4093f491ae3 /users/bcat/config.h | |
| parent | 32b2ac0a807bdb088df685e6118f4c0966b6cca4 (diff) | |
| download | qmk_firmware-7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07.tar.gz qmk_firmware-7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07.zip | |
Fix RGB/LED Suspend defines (#13146)
Diffstat (limited to 'users/bcat/config.h')
| -rw-r--r-- | users/bcat/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index 16188950e..5bb93f383 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | 33 | ||
| 34 | #if defined(RGB_MATRIX_ENABLE) | 34 | #if defined(RGB_MATRIX_ENABLE) |
| 35 | /* Turn off per-key RGB when the host goes to sleep. */ | 35 | /* Turn off per-key RGB when the host goes to sleep. */ |
| 36 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true | 36 | # define RGB_DISABLE_WHEN_USB_SUSPENDED |
| 37 | 37 | ||
| 38 | /* Keep per-key RGB increments consistent across keyboards. */ | 38 | /* Keep per-key RGB increments consistent across keyboards. */ |
| 39 | # undef RGB_MATRIX_HUE_STEP | 39 | # undef RGB_MATRIX_HUE_STEP |
