Migrate half-duplex SERIAL_USART_TX_PIN to DD (#24143)

This commit is contained in:
Joel Challis 2024-07-18 22:21:26 +01:00 committed by GitHub
parent 7ca0424189
commit 5a0112df08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 10 additions and 14 deletions

View file

@ -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

View file

@ -54,7 +54,8 @@
}
},
"serial": {
"driver": "usart"
"driver": "usart",
"pin": "A9"
},
"transport": {
"sync" :{