diff options
Diffstat (limited to 'keyboards/yd60mq/readme.md')
-rw-r--r-- | keyboards/yd60mq/readme.md | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/keyboards/yd60mq/readme.md b/keyboards/yd60mq/readme.md index 0802c9d16..32073da63 100644 --- a/keyboards/yd60mq/readme.md +++ b/keyboards/yd60mq/readme.md | |||
@@ -5,15 +5,25 @@ | |||
5 | Customizable 60% PCB by [YMDK](https://ymdk.aliexpress.com/store/429151?spm=2114.10010108.0.0.3ab23641lIkgzm). | 5 | Customizable 60% PCB by [YMDK](https://ymdk.aliexpress.com/store/429151?spm=2114.10010108.0.0.3ab23641lIkgzm). |
6 | 6 | ||
7 | * Keyboard Maintainer: QMK Community | 7 | * Keyboard Maintainer: QMK Community |
8 | * Hardware Supported: YD60MQ PCB, ATmega32U4 | 8 | * Hardware Supported: YD60MQ PCB |
9 | * 12led (unknown revision number, has 12 RGB LEDs on the back) – _default variant_ | ||
10 | * 16led (unknown revision number, has 16 RGB LEDs on the back) | ||
9 | * Hardware Availability: [YMDK on AliExpress](https://www.aliexpress.com/i/32869207240.html) | 11 | * Hardware Availability: [YMDK on AliExpress](https://www.aliexpress.com/i/32869207240.html) |
10 | 12 | ||
11 | Make example for this keyboard (after setting up your build environment): | 13 | Make example for this keyboard (after setting up your build environment): |
12 | 14 | ||
13 | make yd60mq:default | 15 | ```sh |
16 | make yd60mq:default # builds the 12 LED variant | ||
17 | make yd60mq/12led:default # also builds the 12 LED variant | ||
18 | make yd60mq/16led:default # builds the 16 LED variant | ||
19 | ``` | ||
14 | 20 | ||
15 | The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it: | 21 | The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it: |
16 | 22 | ||
17 | make yd60mq:default:flash | 23 | ```sh |
24 | make yd60mq:default:flash # builds and flashes the 12 LED variant | ||
25 | make yd60mq/12led:default:flash # also builds and flashes the 12 LED variant | ||
26 | make yd60mq/16led:default:flash # builds and flashes the 16 LED variant | ||
27 | ``` | ||
18 | 28 | ||
19 | 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). | 29 | 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). |