diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-17 04:01:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 07:01:00 +1100 |
commit | 217ad5cfc05a33cffbf100fe867b750f1deae7e1 (patch) | |
tree | 68ce8301fb43e741c1b031294eb4a49e880d31cc /keyboards/ymdk/yd60mq/readme.md | |
parent | 6a723c35719f790b804cc06a51fda64dbf4e639e (diff) |
move yd60mq to ymdk vendor folder (#15647)
Diffstat (limited to 'keyboards/ymdk/yd60mq/readme.md')
-rw-r--r-- | keyboards/ymdk/yd60mq/readme.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/ymdk/yd60mq/readme.md b/keyboards/ymdk/yd60mq/readme.md new file mode 100644 index 0000000000..9a8dece4da --- /dev/null +++ b/keyboards/ymdk/yd60mq/readme.md @@ -0,0 +1,29 @@ +# YD60MQ + +![YD60MQ PCB](https://ae01.alicdn.com/kf/HTB1PVQ2X_HuK1RkSndVq6xVwpXaO.jpg) + +Customizable 60% PCB by [YMDK](https://ymdk.aliexpress.com/store/429151?spm=2114.10010108.0.0.3ab23641lIkgzm). + +* Keyboard Maintainer: QMK Community +* Hardware Supported: YD60MQ PCB + * 12led (unknown revision number, has 12 RGB LEDs on the back) – _default variant_ + * 16led (unknown revision number, has 16 RGB LEDs on the back) +* Hardware Availability: [YMDK on AliExpress](https://www.aliexpress.com/i/32869207240.html) + +Make example for this keyboard (after setting up your build environment): + +```sh +make ymdk/yd60mq:default # builds the 12 LED variant +make ymdk/yd60mq/12led:default # also builds the 12 LED variant +make ymdk/yd60mq/16led:default # builds the 16 LED variant +``` + +The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it: + +```sh +make ymdk/yd60mq:default:flash # builds and flashes the 12 LED variant +make ymdk/yd60mq/12led:default:flash # also builds and flashes the 12 LED variant +make ymdk/yd60mq/16led:default:flash # builds and flashes the 16 LED variant +``` + +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). |