diff options
author | Ryan <fauxpark@gmail.com> | 2023-12-20 13:31:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 13:31:50 +1100 |
commit | 8812a095814fdad3ab245fa2c00e29cb50ee2e92 (patch) | |
tree | 36d112acb15eda1b709809a5dfa762465db9c6dc /keyboards/adpenrose/akemipad | |
parent | 73758d3d3a3bbee76bd1c9946d4c663c28f166f0 (diff) |
Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)
Diffstat (limited to 'keyboards/adpenrose/akemipad')
-rw-r--r-- | keyboards/adpenrose/akemipad/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/adpenrose/akemipad/config.h b/keyboards/adpenrose/akemipad/config.h index 230453c3a0..e1dac88629 100644 --- a/keyboards/adpenrose/akemipad/config.h +++ b/keyboards/adpenrose/akemipad/config.h @@ -13,7 +13,7 @@ #define RGB_MATRIX_LED_COUNT 27 #define RGB_MATRIX_CENTER { 60, 77 } #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 175 -#define RGB_DISABLE_WHEN_USB_SUSPENDED +#define RGB_MATRIX_SLEEP #ifdef RGB_MATRIX_ENABLE // RGB Matrix Animation modes. Explicitly enabled // For full list of effects, see: |