summaryrefslogtreecommitdiff
path: root/keyboards/ymdk/ymd96/readme.md
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-11 08:55:58 +0800
committerGitHub <noreply@github.com>2022-01-10 16:55:58 -0800
commit65e7d0c01f4524db24b66a9dcb692f3557cf8c46 (patch)
treefb553a1a3f36418643779f577941d04f78cac721 /keyboards/ymdk/ymd96/readme.md
parentc08ed73216428d3b810fb6dd05f0db29bd839738 (diff)
[Keyboard] move ymd96 to ymdk vendor folder (#15643)
Diffstat (limited to 'keyboards/ymdk/ymd96/readme.md')
-rw-r--r--keyboards/ymdk/ymd96/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/ymdk/ymd96/readme.md b/keyboards/ymdk/ymd96/readme.md
new file mode 100644
index 0000000000..6a967a49c2
--- /dev/null
+++ b/keyboards/ymdk/ymd96/readme.md
@@ -0,0 +1,19 @@
+# YMD96
+
+A 96-keyboard which supports both ANSI and ISO along with many different layout combinations, and RGB underglow.
+
+* Keyboard maintainer: [Andrew](https://github.com/sparkyman215)
+* Hardware Supported: YMD96 with the ATmega32a chip.
+* Hardware Availability: The GB was run June 2017, [in this thread](https://www.reddit.com/r/mechmarket/comments/6hu3yx/vendor_ymd96_gb_is_now_live_68_an_universal_and/). The vendor has stated that they plan on selling more rounds.
+
+Make example for this keyboard (after setting up your build environment):
+
+ make ymdk/ymd96:default
+
+Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid))
+
+ make ymdk/ymd96:default:flash
+
+**Reset Key**: Hold down the key commonly programmed as *L_Ctrl* while plugging in the keyboard.
+
+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).