diff options
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 69fecc8b4..bea4acb01 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -198,6 +198,9 @@ Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in yo | |||
198 | * `#define USE_I2C` | 198 | * `#define USE_I2C` |
199 | * For using I2C instead of Serial (defaults to serial) | 199 | * For using I2C instead of Serial (defaults to serial) |
200 | 200 | ||
201 | * `#define SOFT_SERIAL_PIN D0` | ||
202 | * When using serial, define this. `D0` or `D1`,`D2`,`D3`,`E6`. | ||
203 | |||
201 | # The `rules.mk` File | 204 | # The `rules.mk` File |
202 | 205 | ||
203 | This is a [make](https://www.gnu.org/software/make/manual/make.html) file that is included by the top-level `Makefile`. It is used to set some information about the MCU that we will be compiling for as well as enabling and disabling certain features. | 206 | This is a [make](https://www.gnu.org/software/make/manual/make.html) file that is included by the top-level `Makefile`. It is used to set some information about the MCU that we will be compiling for as well as enabling and disabling certain features. |