diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-07-24 12:17:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-24 20:17:04 +0100 |
| commit | 0b95ac2e4b29a663258aee475a70a3200d113ac2 (patch) | |
| tree | 192b0f8ccd6d48adccef5a774f9eb6578aef44cb /keyboards/planck/rev6/config.h | |
| parent | ab42945c9a716d7fdcb2c50dd184761e105acc03 (diff) | |
| download | qmk_firmware-0b95ac2e4b29a663258aee475a70a3200d113ac2.tar.gz qmk_firmware-0b95ac2e4b29a663258aee475a70a3200d113ac2.zip | |
Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)
Diffstat (limited to 'keyboards/planck/rev6/config.h')
| -rw-r--r-- | keyboards/planck/rev6/config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/planck/rev6/config.h b/keyboards/planck/rev6/config.h index 18bb74096..44ae7d277 100644 --- a/keyboards/planck/rev6/config.h +++ b/keyboards/planck/rev6/config.h | |||
| @@ -140,8 +140,6 @@ | |||
| 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 | 143 | #define RGB_DISABLE_WHEN_USB_SUSPENDED |
| 144 | # define RGB_DISABLE_WHEN_USB_SUSPENDED | ||
| 145 | #endif | ||
| 146 | 144 | ||
| 147 | #endif | 145 | #endif |
