From 4acee939905e6f38b7ebf4dbd9c3ce8140596d63 Mon Sep 17 00:00:00 2001 From: John de St Germain Date: Thu, 15 Feb 2024 17:20:18 -0600 Subject: [PATCH] Add link to design files for CCE --- docs/CharaChorder Engine.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CharaChorder Engine.rst b/docs/CharaChorder Engine.rst index 1c6d01c..15c91d5 100644 --- a/docs/CharaChorder Engine.rst +++ b/docs/CharaChorder Engine.rst @@ -14,7 +14,7 @@ CCOS powered text entry device. If you are interested in learning how to utilize CharaChorder Engine, please visit the `CharaChorder Engine Discord channel `_ and ping Riley Keen or Matt Swarts. -.. contents:: +.. contents:: Table of Contents of this Page :local: Pinout Diagram @@ -35,6 +35,13 @@ SPI). However, the layout of the Engine exposes USB pins, which could have a fut capability for direct USB HID output. This could be limiting for some developers, as they may want to control their HID reports themselves through their MCU. +Physical footprint +------------------ + +`Here is a zip file `__ +that contains a step file as well as KiCad files for the CharaChorder Engine +that can be used to aid you in the design of your CCOS powered keyboard. + Communicating with Engine Devices *********************************