X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fconfig_options.md;h=bea4acb010aad836e4b364002bf1c0bc87c1a45d;hb=155e9310ff685f557287749bef2e02510538a6d9;hp=69fecc8b49ada27ee14dcb5f367d36d0e1946701;hpb=9739d6ba0ad3da93f42cc28a78a6722d39ad3d72;p=qmk_firmware.git 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 * `#define USE_I2C` * For using I2C instead of Serial (defaults to serial) +* `#define SOFT_SERIAL_PIN D0` + * When using serial, define this. `D0` or `D1`,`D2`,`D3`,`E6`. + # The `rules.mk` File 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.