diff options
| author | Joel Challis | 2024-07-18 23:21:26 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-18 23:21:26 +0200 |
| commit | 5a0112df089727b3c2321cc2373921afb856f7dc (patch) | |
| tree | ef040c3934cde543f0cc40e51681a9e083b52389 /keyboards/keychron | |
| parent | 7ca04241892d5ab3ed88e181d8576cd98f1e3515 (diff) | |
Migrate half-duplex `SERIAL_USART_TX_PIN` to DD (#24143)
Diffstat (limited to 'keyboards/keychron')
| -rwxr-xr-x | keyboards/keychron/q11/config.h | 3 | ||||
| -rwxr-xr-x | keyboards/keychron/q11/info.json | 3 |
2 files changed, 2 insertions, 4 deletions
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" :{ |