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)} >