diff options
| author | Ryan | 2023-12-20 03:31:50 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-20 03:31:50 +0100 |
| commit | 8812a095814fdad3ab245fa2c00e29cb50ee2e92 (patch) | |
| tree | 36d112acb15eda1b709809a5dfa762465db9c6dc /keyboards/bandominedoni | |
| parent | 73758d3d3a3bbee76bd1c9946d4c663c28f166f0 (diff) | |
Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)
Diffstat (limited to 'keyboards/bandominedoni')
| -rw-r--r-- | keyboards/bandominedoni/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bandominedoni/config.h b/keyboards/bandominedoni/config.h index 7dfa48fbd4..47830a9f1d 100644 --- a/keyboards/bandominedoni/config.h +++ b/keyboards/bandominedoni/config.h @@ -59,7 +59,7 @@ // https://docs.qmk.fm/#/feature_rgb_matrix // Enable suspend mode. -# define RGB_DISABLE_WHEN_USB_SUSPENDED true +# define RGB_MATRIX_SLEEP # ifdef CONSOLE_ENABLE # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE |