diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-31 05:03:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-31 05:03:28 +0000 |
commit | e869d089b74ba7b1f9dba4b97470dc3f282f7861 (patch) | |
tree | 8802bd15d23b60234df331b280be6749271ad7bb /keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h | |
parent | f663f84413c34b239affe08cae96e0d504d2f844 (diff) | |
parent | cda343acbe45826225edac75eaa63216bf76d874 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h')
-rw-r--r-- | keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h b/keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h index 6f19332a62..5f0350810c 100644 --- a/keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h +++ b/keyboards/handwired/tractyl_manuform/5x6_right/f411/config.h @@ -68,7 +68,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SERIAL_USART_TX_PAL_MODE 7 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 7 #define SERIAL_USART_RX_PAL_MODE 7 // Pin "alternate function", see the respective datasheet for the appropriate values for your MCU. default: 7 #define SERIAL_USART_TIMEOUT 100 // USART driver timeout. default 100 - +#define SERIAL_USART_SPEED 921600 #define CRC8_USE_TABLE #define CRC8_OPTIMIZE_SPEED |