aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Abruzzini <a.k.abruzzini@gmail.com>2025-03-20 14:35:58 -0700
committerGitHub <noreply@github.com>2025-03-21 08:35:58 +1100
commitc5232ba6996f89b62a53496e95271cb9052c50ee (patch)
tree97c784addfae351006948f91ddfe8f2e912e6f29
parente7c5695a0c09d9d673b2185548cae43a38026085 (diff)
Fix typo in docs: split_keyboard.md SPLIT_USB_DETECT ("theres's -> "there's") (#24984)
* Fix typo "theres's" * Update docs/features/split_keyboard.md Co-authored-by: jack <jack@pngu.org> --------- Co-authored-by: jack <jack@pngu.org>
-rw-r--r--docs/features/split_keyboard.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features/split_keyboard.md b/docs/features/split_keyboard.md
index 49582c3946..fbf5d3d3e2 100644
--- a/docs/features/split_keyboard.md
+++ b/docs/features/split_keyboard.md
@@ -444,7 +444,7 @@ This setting implies that `RGBLIGHT_SPLIT` is enabled, and will forcibly enable
#define SPLIT_USB_DETECT
```
-Enabling this option changes the startup behavior to listen for an active USB communication to delegate which part is master and which is slave. With this option enabled and theres's USB communication, then that half assumes it is the master, otherwise it assumes it is the slave.
+Enabling this option changes the startup behavior to listen for an active USB communication to delegate which part is master and which is slave. With this option enabled and active USB communication, then that half assumes it is the master, otherwise it assumes it is the slave.
Without this option, the master is the half that can detect voltage on the physical USB connection (VBUS detection).