]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - docs/config_options.md
Make quantum/split_common/serial.[ch] configurable (#4419)
[qmk_firmware.git] / docs / config_options.md
index 69fecc8b49ada27ee14dcb5f367d36d0e1946701..bea4acb010aad836e4b364002bf1c0bc87c1a45d 100644 (file)
@@ -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.