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/mlego/m60_split/rev2/keyboard.json | |
| parent | 7ca04241892d5ab3ed88e181d8576cd98f1e3515 (diff) | |
Migrate half-duplex `SERIAL_USART_TX_PIN` to DD (#24143)
Diffstat (limited to 'keyboards/mlego/m60_split/rev2/keyboard.json')
| -rw-r--r-- | keyboards/mlego/m60_split/rev2/keyboard.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/mlego/m60_split/rev2/keyboard.json b/keyboards/mlego/m60_split/rev2/keyboard.json index d8029696a8..269373033f 100644 --- a/keyboards/mlego/m60_split/rev2/keyboard.json +++ b/keyboards/mlego/m60_split/rev2/keyboard.json @@ -66,7 +66,8 @@ } }, "serial": { - "driver": "usart" + "driver": "usart", + "pin": "B6" }, "transport": { "sync": { |