mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-20 22:52:02 +00:00
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>
10 lines
245 B
C
10 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
|