mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
12dc6d1ac8
* Fix serial speed DD configuration - Fixes incorrect SOFT_SERIAL_SPEED mapping - Renames key split.soft_serial_speed -> split.serial.speed - Migrates keyoards that configure this, and remove configuration from keyboards that do not differ from the default behaviour - Add deprecation notice and migration support
9 lines
242 B
C
9 lines
242 B
C
// Copyright 2024 zvecr <git@zvecr.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define WS2812_PWM_DRIVER PWMD3
|
|
#define WS2812_PWM_CHANNEL 1
|
|
#define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM3
|
|
#define WS2812_PWM_DMA_CHANNEL 3
|