From b79b6363a780166dc7fc5f618f8760317cf5fc55 Mon Sep 17 00:00:00 2001 From: rhhub <7444613+rhhub@users.noreply.github.com> Date: Wed, 30 Mar 2022 00:51:12 -0700 Subject: [PATCH] fix(docs): Clear up ambiguity on supported hardware page (#1200) --- docs/src/components/hardware-list.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/components/hardware-list.tsx b/docs/src/components/hardware-list.tsx index ec7e8a10..e611f5cf 100644 --- a/docs/src/components/hardware-list.tsx +++ b/docs/src/components/hardware-list.tsx @@ -70,7 +70,7 @@ function mapInterconnect({ return (
{interconnect.description}
}
Keyboards with onboard controllers are single PCBs that contain all the
components of a keyboard, including the controller chip, switch
@@ -161,12 +161,13 @@ function HardwareList({ items }: HardwareListProps) {
Composite keyboards are composed of two main PCBs: a small controller board with exposed pads, and a larger keyboard PCB (a shield, in ZMK - lingo) with switch footprints and location a where the controller is - added. + lingo) with switch footprints and a location where the controller is + added. This location is called an interconnect. Multiple interconnects + can be found below.
{Object.values(grouped.interconnects).map(mapInterconnect)} >