* 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
12 lines
308 B
C
12 lines
308 B
C
// Copyright 2024 zvecr <git@zvecr.com>
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define SERIAL_USART_SPEED 921600
|
|
|
|
#define WS2812_PWM_DRIVER PWMD3
|
|
#define WS2812_PWM_CHANNEL 4
|
|
#define WS2812_PWM_PAL_MODE 2
|
|
#define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM2
|
|
#define WS2812_PWM_DMA_CHANNEL 5
|