mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-27 20:39:06 +02:00
10 lines
216 B
C
Executable File
10 lines
216 B
C
Executable File
// Copyright 2026 Yiancar
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
/* RGB Light */
|
|
#define WS2812_PWM_DRIVER PWMD1
|
|
#define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM5
|
|
#define WS2812_PWM_DMA_CHANNEL 5
|