From bb56795594fe15af3a0b17a9659f9a8780b3f510 Mon Sep 17 00:00:00 2001
From: Cody McGinnis <brainwart@gmail.com>
Date: Tue, 18 Aug 2020 20:46:14 -0400
Subject: [PATCH] fix(docs): redefine some terms

---
 docs/docs/terms.md | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/docs/docs/terms.md b/docs/docs/terms.md
index f8898a06..26ba1ae7 100644
--- a/docs/docs/terms.md
+++ b/docs/docs/terms.md
@@ -8,13 +8,17 @@ sidebar_label: Terms
 
 The device that will receive the key strokes from the keyboard
 
-### Central
+## Host Peripheral
 
-The part of the keyboard that communicates with the host
+A device that connects to a host.
 
-### Peripheral
+### Split Central
 
-The other wireless parts of the keyboard. (e.g., other half of a split keyboard)
+The half of a split keyboard that talks to the host
+
+### Split Peripheral
+
+The half of a split keyboard that will not work on its own
 
 ### BLE
 
@@ -31,4 +35,4 @@ Needs definition
 ### Layer
 
 A compilation of [behaviors](#behavior) for each key on the keyboard. There may be more than one layer for a
-keyboard.
\ No newline at end of file
+keyboard.