commit 73344b221bd3e936b84cea621b5ef92cff43c50a Author: Tom Smalley Date: Thu Feb 9 07:54:15 2017 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp diff --git a/README.md b/README.md new file mode 100644 index 0000000..78b6c0b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + +# Guide for designing a custom Topre keyboard + +## Circuitry + +### Overview + +The method I use to sense key depression is rather simple. In tests that I +have done it works well provided some calibration is performed in the firmware +to normalise the readings. + +![Schematic](schematic.png "Basic schematic") + + +## Hardware (case/plate) + + +## Firmware + + diff --git a/schematic.png b/schematic.png new file mode 100644 index 0000000..2c976c6 Binary files /dev/null and b/schematic.png differ