diff options
author | QMK Bot <hello@qmk.fm> | 2023-11-29 02:49:27 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2023-11-29 02:49:27 +0000 |
commit | 6524d5354a0d5e469182b23c91ab8f8ccf9cf788 (patch) | |
tree | 9f77e7dfcad65467f928d450dba6aea7820f7f72 /docs/feature_split_keyboard.md | |
parent | e90874c382cdcb4482ac2e420b250053c05d0478 (diff) | |
parent | 0fb3aaec8e80a0277e50af74d9abb8680c979ed9 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs/feature_split_keyboard.md')
-rw-r--r-- | docs/feature_split_keyboard.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_split_keyboard.md b/docs/feature_split_keyboard.md index c67f04995b..8f695a2b7c 100644 --- a/docs/feature_split_keyboard.md +++ b/docs/feature_split_keyboard.md @@ -205,7 +205,7 @@ This sets the pin to be used for serial communication. If you're not using seria However, if you are using serial and I<sup>2</sup>C on the board, you will need to set this, and to something other than D0 and D1 (as these are used for I<sup>2</sup>C communication). ```c -#define SELECT_SOFT_SERIAL_SPEED {#}` +#define SELECT_SOFT_SERIAL_SPEED {#} ``` If you're having issues with serial communication, you can change this value, as it controls the communication speed for serial. The default is 1, and the possible values are: |