diff options
| author | Jack Sangdahl | 2025-08-10 00:14:40 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-10 00:14:40 +0200 |
| commit | 12dc6d1ac80b6919fcdb084d897612559b2f391b (patch) | |
| tree | 2f058d0f64a22efe64ee5088215470fee24ae368 /keyboards/tkw | |
| parent | 6c2e58eb4d58bc8f2d2c1e20e7fe347a2153db31 (diff) | |
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
Diffstat (limited to 'keyboards/tkw')
| -rw-r--r-- | keyboards/tkw/grandiceps/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/tkw/grandiceps/config.h b/keyboards/tkw/grandiceps/config.h index a02e14f91f..04c41e2a11 100644 --- a/keyboards/tkw/grandiceps/config.h +++ b/keyboards/tkw/grandiceps/config.h @@ -15,8 +15,6 @@ */ #pragma once -#define SELECT_SOFT_SERIAL_SPEED 1 - #define WS2812_PWM_DRIVER PWMD3 #define WS2812_PWM_CHANNEL 4 #define WS2812_PWM_PAL_MODE 2 |