diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-03 01:02:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-03 01:02:06 +0000 |
commit | 79c88767ddc223faf3f4338526666f7c6deb6466 (patch) | |
tree | 8f44d25126faa10fed71b8447f3960026c69ede2 | |
parent | a174d20d06cc757d87fcd6e15118d29324b08e38 (diff) | |
parent | fd9d531bd9554ee3200b2bbb65f39a4833e02ab3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | docs/feature_bootmagic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_bootmagic.md b/docs/feature_bootmagic.md index f084052cc7..4c655d8e1c 100644 --- a/docs/feature_bootmagic.md +++ b/docs/feature_bootmagic.md @@ -146,7 +146,7 @@ And to trigger the bootloader, you hold this key down when plugging the keyboard ## Split Keyboards -When handedness is predetermined via an option like `SPLIT_HAND_PIN`, you might need to configure a different key between halves. This To do so, add these entries to your `config.h` file: +When handedness is predetermined via an option like `SPLIT_HAND_PIN`, you might need to configure a different key between halves. To do so, add these entries to your `config.h` file: ```c #define BOOTMAGIC_LITE_ROW_RIGHT 4 |