summaryrefslogtreecommitdiff
path: root/keyboards/chord/zero/readme.md
diff options
context:
space:
mode:
authorSimon Hengel <sol@typeful.net>2022-08-29 11:39:45 +0700
committerGitHub <noreply@github.com>2022-08-28 21:39:45 -0700
commit38de991fda2bdb813b2acd067762a22c59607207 (patch)
tree0bf1e25df67a2587c3c3fd4072f3bd59986878ed /keyboards/chord/zero/readme.md
parent8b9f0a58b4a100bbae0fabeaa4ee29f2955d3dbf (diff)
[Keyboard] Add chord/zero (#18190)
Diffstat (limited to 'keyboards/chord/zero/readme.md')
-rw-r--r--keyboards/chord/zero/readme.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/chord/zero/readme.md b/keyboards/chord/zero/readme.md
new file mode 100644
index 0000000000..51e3f2ce10
--- /dev/null
+++ b/keyboards/chord/zero/readme.md
@@ -0,0 +1,37 @@
+# CHORD ZERO Stenographic Keyboard
+
+![CHORD ZERO](https://i.imgur.com/aS2MPQ2h.jpg)
+
+CHORD ZERO is a stenographic keyboard that can be used with
+[Plover](https://www.openstenoproject.org/plover/) or any other application
+that supports the [TX
+Bolt](https://docs.qmk.fm/#/feature_stenography?id=tx-bolt) or
+[GeminiPR](https://docs.qmk.fm/#/feature_stenography?id=geminipr) protocol.
+
+* Keyboard Maintainer: [Simon Hengel](https://github.com/sol)
+* Hardware Supported: REV 0, REV 1
+* Hardware Availability: https://github.com/sol/chord-zero#readme
+
+Make example for this keyboard (after setting up your build environment):
+
+ make chord/zero:default
+
+or
+
+ qmk compile -kb chord/zero -km default
+
+This will generate `chord_zero_default.uf2`.
+
+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).
+
+## Bootloader
+
+Enter the bootloader in 3 ways:
+
+* **Reset key combo**: Press the six keys at the outer columns on each side of the keyboard simultaneously while it is plugged in
+* **Bootmagic reset**: Hold down the top left key and plug in the keyboard
+* **Physical reset button**: Press the button on the back of the PCB and plug in the keyboard
+
+Once the keyboard is in bootloader mode you can mount it as a USB mass storage
+device and copy the firmware (the file `chord_zero_default.uf2`) onto it. Once
+copying is completed the keyboard will reboot automatically.