diff options
| author | Ryan | 2024-03-02 18:16:47 +0100 |
|---|---|---|
| committer | GitHub | 2024-03-02 18:16:47 +0100 |
| commit | 569b0c70beceb1bbd2b2c5e9cc4f0ff9209995f3 (patch) | |
| tree | b2b280071523c452ca0771df3977e79de1165891 /keyboards/planck/ez | |
| parent | 3bf1ce5cf80facc4136a8a2100e050d52cd3d029 (diff) | |
WS2812 PWM: prefix for DMA defines (#23111)
* WS2812 PWM: prefix for DMA defines
* Add backward compatibility defines
Diffstat (limited to 'keyboards/planck/ez')
| -rw-r--r-- | keyboards/planck/ez/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/ez/config.h b/keyboards/planck/ez/config.h index 74d8d21155..e4fa0924d3 100644 --- a/keyboards/planck/ez/config.h +++ b/keyboards/planck/ez/config.h @@ -46,8 +46,8 @@ // #define WS2812_TIM_CH 2 // #define PORT_WS2812 GPIOA // #define PIN_WS2812 1 -// #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 // DMA stream for TIMx_UP (look up in reference manual under DMA Channel selection) -//#define WS2812_DMA_CHANNEL 7 // DMA channel for TIMx_UP +// #define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM2 // DMA stream for TIMx_UP (look up in reference manual under DMA Channel selection) +//#define WS2812_PWM_DMA_CHANNEL 7 // DMA channel for TIMx_UP //#define WS2812_EXTERNAL_PULLUP #define IS31FL3737_I2C_ADDRESS_1 IS31FL3737_I2C_ADDRESS_GND |