
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
9 lines
245 B
C
9 lines
245 B
C
// Copyright (C) 2025 DOIO
|
|
// Copyright (C) 2025 ClownFish (@clownfish-og)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define WS2812_PWM_CHANNEL 3
|
|
#define WS2812_PWM_DRIVER PWMD1
|
|
#define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM5
|