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/splitkb | |
| parent | 73758d3d3a3bbee76bd1c9946d4c663c28f166f0 (diff) | |
Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)
Diffstat (limited to 'keyboards/splitkb')
5 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/splitkb/aurora/helix/keymaps/default/config.h b/keyboards/splitkb/aurora/helix/keymaps/default/config.h index 869e99b779..a6863a01e8 100644 --- a/keyboards/splitkb/aurora/helix/keymaps/default/config.h +++ b/keyboards/splitkb/aurora/helix/keymaps/default/config.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 19 | #define RGB_MATRIX_SLEEP |
| 20 | #define RGB_MATRIX_KEYPRESSES | 20 | #define RGB_MATRIX_KEYPRESSES |
| 21 | #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE | 21 | #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE |
| 22 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 22 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
diff --git a/keyboards/splitkb/aurora/sofle_v2/keymaps/default/config.h b/keyboards/splitkb/aurora/sofle_v2/keymaps/default/config.h index 353c0ee349..75d233f42e 100644 --- a/keyboards/splitkb/aurora/sofle_v2/keymaps/default/config.h +++ b/keyboards/splitkb/aurora/sofle_v2/keymaps/default/config.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 19 | #define RGB_MATRIX_SLEEP |
| 20 | #define RGB_MATRIX_KEYPRESSES | 20 | #define RGB_MATRIX_KEYPRESSES |
| 21 | #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE | 21 | #define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE |
| 22 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH | 22 | #define ENABLE_RGB_MATRIX_SOLID_SPLASH |
diff --git a/keyboards/splitkb/aurora/sweep/keymaps/default/config.h b/keyboards/splitkb/aurora/sweep/keymaps/default/config.h index b35ec79511..4605cb782a 100644 --- a/keyboards/splitkb/aurora/sweep/keymaps/default/config.h +++ b/keyboards/splitkb/aurora/sweep/keymaps/default/config.h | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | // Not yet available in `keymap.json` format | 19 | // Not yet available in `keymap.json` format |
| 20 | #ifdef RGB_MATRIX_ENABLE | 20 | #ifdef RGB_MATRIX_ENABLE |
| 21 | # define RGB_DISABLE_WHEN_USB_SUSPENDED | 21 | # define RGB_MATRIX_SLEEP |
| 22 | # define RGB_MATRIX_KEYPRESSES | 22 | # define RGB_MATRIX_KEYPRESSES |
| 23 | # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE | 23 | # define ENABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE |
| 24 | # define ENABLE_RGB_MATRIX_SOLID_SPLASH | 24 | # define ENABLE_RGB_MATRIX_SOLID_SPLASH |
diff --git a/keyboards/splitkb/kyria/rev1/config.h b/keyboards/splitkb/kyria/rev1/config.h index 6c21b12a84..2938523aee 100644 --- a/keyboards/splitkb/kyria/rev1/config.h +++ b/keyboards/splitkb/kyria/rev1/config.h | |||
| @@ -52,5 +52,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 52 | # define RGB_MATRIX_LED_COUNT 20 // Number of LEDs | 52 | # define RGB_MATRIX_LED_COUNT 20 // Number of LEDs |
| 53 | # define RGB_MATRIX_SPLIT { 10, 10 } | 53 | # define RGB_MATRIX_SPLIT { 10, 10 } |
| 54 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 170 | 54 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 170 |
| 55 | # define RGB_DISABLE_WHEN_USB_SUSPENDED | 55 | # define RGB_MATRIX_SLEEP |
| 56 | #endif | 56 | #endif |
diff --git a/keyboards/splitkb/kyria/rev2/config.h b/keyboards/splitkb/kyria/rev2/config.h index 198688772b..d39b8eca88 100644 --- a/keyboards/splitkb/kyria/rev2/config.h +++ b/keyboards/splitkb/kyria/rev2/config.h | |||
| @@ -58,5 +58,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 58 | # define RGB_MATRIX_LED_COUNT 20 // Number of LEDs | 58 | # define RGB_MATRIX_LED_COUNT 20 // Number of LEDs |
| 59 | # define RGB_MATRIX_SPLIT { 10, 10 } | 59 | # define RGB_MATRIX_SPLIT { 10, 10 } |
| 60 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 170 | 60 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 170 |
| 61 | # define RGB_DISABLE_WHEN_USB_SUSPENDED | 61 | # define RGB_MATRIX_SLEEP |
| 62 | #endif | 62 | #endif |
