From 5a0112df089727b3c2321cc2373921afb856f7dc Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 18 Jul 2024 22:21:26 +0100 Subject: Migrate half-duplex `SERIAL_USART_TX_PIN` to DD (#24143) --- keyboards/keychron/q11/config.h | 3 --- keyboards/keychron/q11/info.json | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'keyboards/keychron') diff --git a/keyboards/keychron/q11/config.h b/keyboards/keychron/q11/config.h index b1b40c98ab..1fda4b18d7 100755 --- a/keyboards/keychron/q11/config.h +++ b/keyboards/keychron/q11/config.h @@ -29,9 +29,6 @@ #define SNLED27351_CURRENT_TUNE \ { 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF, 0x80, 0xFF, 0xFF } // 300mA -/* Split Keyboard specific options. */ -#define SERIAL_USART_TX_PIN A9 // USART TX pin - /* Encoder Configuration */ #define ENCODER_DEFAULT_POS 0x3 diff --git a/keyboards/keychron/q11/info.json b/keyboards/keychron/q11/info.json index 62d1119ebd..73c4233876 100755 --- a/keyboards/keychron/q11/info.json +++ b/keyboards/keychron/q11/info.json @@ -54,7 +54,8 @@ } }, "serial": { - "driver": "usart" + "driver": "usart", + "pin": "A9" }, "transport": { "sync" :{ -- cgit v1.2.3