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/planck | |
| parent | 73758d3d3a3bbee76bd1c9946d4c663c28f166f0 (diff) | |
Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)
Diffstat (limited to 'keyboards/planck')
| -rw-r--r-- | keyboards/planck/ez/config.h | 2 | ||||
| -rw-r--r-- | keyboards/planck/rev6/config.h | 2 | ||||
| -rw-r--r-- | keyboards/planck/rev6_drop/config.h | 2 | ||||
| -rw-r--r-- | keyboards/planck/rev7/config.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index 93d0823714..f8ecfaf152 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h | |||
| @@ -56,7 +56,7 @@ | |||
| 56 | 56 | ||
| 57 | #define RGB_MATRIX_KEYPRESSES | 57 | #define RGB_MATRIX_KEYPRESSES |
| 58 | #define RGB_MATRIX_FRAMEBUFFER_EFFECTS | 58 | #define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
| 59 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 59 | #define RGB_MATRIX_SLEEP |
| 60 | 60 | ||
| 61 | #define RGB_MATRIX_LED_PROCESS_LIMIT 5 | 61 | #define RGB_MATRIX_LED_PROCESS_LIMIT 5 |
| 62 | #define RGB_MATRIX_LED_FLUSH_LIMIT 26 | 62 | #define RGB_MATRIX_LED_FLUSH_LIMIT 26 |
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index a0a997f860..439284aa47 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h | |||
| @@ -51,4 +51,4 @@ | |||
| 51 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 | 51 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 |
| 52 | #define WS2812_DMA_CHANNEL 2 | 52 | #define WS2812_DMA_CHANNEL 2 |
| 53 | 53 | ||
| 54 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 54 | #define RGB_MATRIX_SLEEP |
diff --git a/keyboards/planck/rev6_drop/config.h b/keyboards/planck/rev6_drop/config.h index a0a997f860..439284aa47 100644 --- a/keyboards/planck/rev6_drop/config.h +++ b/keyboards/planck/rev6_drop/config.h | |||
| @@ -51,4 +51,4 @@ | |||
| 51 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 | 51 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 |
| 52 | #define WS2812_DMA_CHANNEL 2 | 52 | #define WS2812_DMA_CHANNEL 2 |
| 53 | 53 | ||
| 54 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 54 | #define RGB_MATRIX_SLEEP |
diff --git a/keyboards/planck/rev7/config.h b/keyboards/planck/rev7/config.h index 678cb1d438..c4009680a1 100644 --- a/keyboards/planck/rev7/config.h +++ b/keyboards/planck/rev7/config.h | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 | 30 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 |
| 31 | #define WS2812_DMA_CHANNEL 2 | 31 | #define WS2812_DMA_CHANNEL 2 |
| 32 | 32 | ||
| 33 | #define RGB_DISABLE_WHEN_USB_SUSPENDED | 33 | #define RGB_MATRIX_SLEEP |
| 34 | 34 | ||
| 35 | /* | 35 | /* |
| 36 | * Feature disable options | 36 | * Feature disable options |
