summaryrefslogtreecommitdiff
path: root/keyboards/cest73/tkm/readme.md
diff options
context:
space:
mode:
authorfire-h0und <55053506+fire-h0und@users.noreply.github.com>2021-08-13 20:46:29 +0200
committerGitHub <noreply@github.com>2021-08-13 11:46:29 -0700
commitd52e9321e9c6d64732f716561f3250d99a28ba82 (patch)
tree2f5b764b1e23c51248ff1d10a037793848f267cb /keyboards/cest73/tkm/readme.md
parent325009587a289fba3e554a6d56e2d5fedbe8fbb5 (diff)
[Keyboard] Add cest73/tkm keyboard (#13939)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: cest <cest@localhost>
Diffstat (limited to 'keyboards/cest73/tkm/readme.md')
-rw-r--r--keyboards/cest73/tkm/readme.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/cest73/tkm/readme.md b/keyboards/cest73/tkm/readme.md
new file mode 100644
index 0000000000..947cc26779
--- /dev/null
+++ b/keyboards/cest73/tkm/readme.md
@@ -0,0 +1,22 @@
+# Ten Key Mirrored - 2021
+
+![TKM-2021](https://imgur.com/AlvRk1zh.jpg)
+
+Another take on left side numpad and this time mirrored too for the ever more spacious mouse playground.
+
+* Keyboard Maintainer: cest73 (aka fire-h0und)
+* Hardware Supported: TKM-2021 (multiple layouts and switch options including ALPS, ISO and BAE)
+* Hardware Availability: https://geekhack.org/index.php?topic=110499
+
+
+Make example for this keyboard (after setting up your build environment):
+
+ qmk compile -kb cest73/tkm -km default
+
+As the board uses Teensy 2.0 as a daughter board, to bring the board into flash mode is it sufficient to press the button present on the Teensy.
+
+[TKM-2021 PCB](https://geekhack.org/index.php?action=dlattach;topic=110499.0;attach=268641;image)
+
+Despite many hours gazing over the schematics there was a nasty error on the first batch: namely the 6 and 7 columns got swapped in the design process. Luckily it was trivial to fix in the firmware section (see the comments in the layout file(s)).
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).