diff options
| author | Danny | 2018-12-28 22:02:53 +0100 |
|---|---|---|
| committer | Drashna Jaelre | 2018-12-28 22:02:53 +0100 |
| commit | c0859ac096f1e4251351bb0a5a04b3ae4a9451f4 (patch) | |
| tree | f206fc2a87fc26b8fbe0bd523713aab9f9714ff1 /quantum/split_common/serial.c | |
| parent | 93b004c943a4b13bd640fc83000e910b72cb4640 (diff) | |
Update split keyboard docs (#4735)
* Remove unused I2C_MASTER_RIGHT setting
* Update documentation about split keyboard options
Diffstat (limited to 'quantum/split_common/serial.c')
| -rw-r--r-- | quantum/split_common/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/split_common/serial.c b/quantum/split_common/serial.c index 4df8d103bd..1315377a34 100644 --- a/quantum/split_common/serial.c +++ b/quantum/split_common/serial.c @@ -90,7 +90,7 @@ #ifndef SELECT_SOFT_SERIAL_SPEED #define SELECT_SOFT_SERIAL_SPEED 1 -// 0: about 189kbps (Experiment only) +// 0: about 189kbps (Experimental only) // 1: about 137kbps (default) // 2: about 75kbps // 3: about 39kbps |