summaryrefslogtreecommitdiff
path: root/keyboards/dyz/dyz60/readme.md
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-10-07 20:20:34 +0000
committerGitHub <noreply@github.com>2021-10-07 21:20:34 +0100
commit51470dfae1185c338b4c96a510e6d45f04665bf9 (patch)
treebd25b97fc29ffd500ec1befb187966f6fde1b519 /keyboards/dyz/dyz60/readme.md
parent13f3e30e86be0386101bdd5985be53b9c10e1761 (diff)
Dyz60 touch-up (#14742)
* friendly-format info.json * refactor keymaps - update grid alignment - use four-space indent - use QMK short-form keycodes * correct info.json layout data Adds three missing positions, and corrects some key sizes. * add matrix diagram to dyz60.h * add LAYOUT_60_ansi * add LAYOUT_60_iso * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_iso_split_bs_rshift * add readme * Remove duplication between config.h and info.json Duplicating settings between config.h and info.json leads to warnings when compiling. Removes the duplicated settings from config.h.
Diffstat (limited to 'keyboards/dyz/dyz60/readme.md')
-rw-r--r--keyboards/dyz/dyz60/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/dyz/dyz60/readme.md b/keyboards/dyz/dyz60/readme.md
new file mode 100644
index 0000000000..5e436fdb28
--- /dev/null
+++ b/keyboards/dyz/dyz60/readme.md
@@ -0,0 +1,19 @@
+# dyz60
+
+![dyz60 pcb](https://i.imgur.com/l9z5KuJh.jpg)
+
+60% layout has flexcut with multiple layout and mounting support.
+
+* Keyboard Maintainer: [dayatz](https://github.com/dayatz)
+* Hardware Supported: dyz60, ATmega32U4
+* Hardware Availability: Local Indonesia GB.
+
+Make example for this keyboard (after setting up your build environment):
+
+ make dyz/dyz60:default
+
+Flashing example for this keyboard:
+
+ make dyz/dyz60:default:flash
+
+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).