Fix serial speed DD configuration & migrate keyboards (#25546)
* 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
This commit is contained in:
parent
6c2e58eb4d
commit
12dc6d1ac8
33 changed files with 20 additions and 361 deletions
|
|
@ -2,8 +2,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define SELECT_SOFT_SERIAL_SPEED 0
|
||||
|
||||
#define WS2812_PWM_DRIVER PWMD3
|
||||
#define WS2812_PWM_CHANNEL 1
|
||||
#define WS2812_PWM_DMA_STREAM STM32_DMA1_STREAM3
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
},
|
||||
"serial": {
|
||||
"driver": "usart",
|
||||
"pin": "B6"
|
||||
"pin": "B6",
|
||||
"speed": 0
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [4, 0]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
//#define SELECT_SOFT_SERIAL_SPEED 0
|
||||
#define SERIAL_USART_SPEED 921600
|
||||
|
||||
#define WS2812_PWM_DRIVER PWMD3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue