diff options
Diffstat (limited to 'keyboards/planck/rev6/config.h')
-rw-r--r-- | keyboards/planck/rev6/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index 63c44001f..4bc8a509f 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h | |||
@@ -140,4 +140,8 @@ | |||
140 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 | 140 | #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 |
141 | #define WS2812_DMA_CHANNEL 2 | 141 | #define WS2812_DMA_CHANNEL 2 |
142 | 142 | ||
143 | #ifndef RGB_DISABLE_WHEN_USB_SUSPENDED | ||
144 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true | ||
145 | #endif | ||
146 | |||
143 | #endif | 147 | #endif |