summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz64rgb/readme.md
diff options
context:
space:
mode:
authormoyi4681 <moyi4681@users.noreply.github.com>2022-01-11 03:05:53 +0800
committerGitHub <noreply@github.com>2022-01-10 11:05:53 -0800
commit23ba884fa08e0a7cb16486ba1d31ea2c74cf33c9 (patch)
tree1c42d7941355cd912cc961940d9b22ca250a5484 /keyboards/dztech/dz64rgb/readme.md
parent50d46b5003a4469689337f218b415b2c61ffd185 (diff)
[Keyboard] add dz64rgb support (#15553)
* add dz64rgb support * Update keyboards/dztech/dz64rgb/dz64rgb.c * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/dz64rgb.c * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/rules.mk * Update keyboards/dztech/dz64rgb/rules.mk
Diffstat (limited to 'keyboards/dztech/dz64rgb/readme.md')
-rw-r--r--keyboards/dztech/dz64rgb/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/dztech/dz64rgb/readme.md b/keyboards/dztech/dz64rgb/readme.md
new file mode 100644
index 0000000000..132a1710d7
--- /dev/null
+++ b/keyboards/dztech/dz64rgb/readme.md
@@ -0,0 +1,21 @@
+# DZ64RGB
+
+A hotswap 60% RGB keyboard.
+
+* Keyboard Maintainer: [moyi4681](https://github.com/moyi4681)
+* Hardware Supported: DZtech DZ64RGB
+* Hardware Availability: [KBDfans](https://kbdfans.com/)
+
+## Bootloader
+
+Enter the bootloader in 3 ways:
+
+* **Bootmagic reset**: Hold down the key at (0,0) in the matrix
+* **Physical reset button**: Briefly press the button on the back of the PCB
+* **Keycode in layout**: Press the key mapped to `RESET` if it is available
+
+Make example for this keyboard (after setting up your build environment):
+
+ make dztech/dz64rgb:default
+
+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).