diff options
Diffstat (limited to 'keyboards/ymd75/readme.md')
-rw-r--r-- | keyboards/ymd75/readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ymd75/readme.md b/keyboards/ymd75/readme.md new file mode 100644 index 000000000..cb2bcbdd5 --- /dev/null +++ b/keyboards/ymd75/readme.md | |||
@@ -0,0 +1,22 @@ | |||
1 | # YMD75 / MT84 | ||
2 | |||
3 | 75% keyboard from YMDK. YMDK sell the board and name it "YMD75", however revision 1 of the PCB has "MT84" printed on both sides. | ||
4 | |||
5 | * Keyboard Maintainer: [Wayne K Jones](github.com/WarmCatUK) | ||
6 | * Hardware Supported: | ||
7 | - rev1 (ATmega32a) | ||
8 | - rev2 (ATmega32a) | ||
9 | - rev3 (ATmega32u4) | ||
10 | * Hardware Availability: <https://www.aliexpress.com/item/32812690592.html> | ||
11 | |||
12 | Make example for this keyboard (after setting up your build environment): | ||
13 | |||
14 | make ymd75/rev1:default | ||
15 | |||
16 | Flashing example for this keyboard ([after setting up the bootloadHID flashing environment](https://docs.qmk.fm/#/flashing_bootloadhid)) | ||
17 | |||
18 | make ymd75/rev1:default:flash | ||
19 | |||
20 | **Reset Key**: Hold down the key located at *Key below the top right key*, commonly programmed as *Backspace* while plugging in the keyboard. On PCB revision 2, enter the bootloader by holding `L_CTRL` while plugging in the keyboard. | ||
21 | |||
22 | 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). | ||