diff options
author | Nick Brassel <nick@tzarc.org> | 2020-03-05 07:26:25 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-05 07:26:25 +1100 |
commit | 607e2f6c310f2404933e791561912a0a35587aae (patch) | |
tree | 8eae614841491b53bf0383b16aa0ac38f76a0f85 /keyboards/yd60mq/readme.md | |
parent | 2d1081c29638cd84428c40502ab35461403b107e (diff) | |
download | qmk_firmware-607e2f6c310f2404933e791561912a0a35587aae.tar.gz |
YD60MQ refactor and Configurator layout support (#8313)
* refactor yd60mq.h
- four-space indent
- use K<row><col> base32hex notation
- rename LAYOUT to LAYOUT_all (with alias for backwards compatibility)
* refactor yd60mq.c to use led_update_kb()
* align rules.mk to AVR template
* refactor default keymap
Also correct positions for KC_NUHS and KC_NUBS.
* update readme
* add Configurator layout support
* initialize the Caps Lock LED pin properly
Diffstat (limited to 'keyboards/yd60mq/readme.md')
-rw-r--r-- | keyboards/yd60mq/readme.md | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/keyboards/yd60mq/readme.md b/keyboards/yd60mq/readme.md index 78f442d88..0802c9d16 100644 --- a/keyboards/yd60mq/readme.md +++ b/keyboards/yd60mq/readme.md @@ -1,20 +1,19 @@ -YD60MQ -====== +# 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 -Hardware Availability: YMDK - [AliExpress](https://www.aliexpress.com/item/YMDK-60-YD60MQ-QMK-Programmable-Underglow-RGB-Led-PCB-Plate-Stabilizers-For-DIY-Mechanical-Keyboard-Interchange/32869207240.html) +* Keyboard Maintainer: QMK Community +* Hardware Supported: YD60MQ PCB, ATmega32U4 +* Hardware Availability: [YMDK on AliExpress](https://www.aliexpress.com/i/32869207240.html) Make example for this keyboard (after setting up your build environment): make yd60mq:default -The keyboard uses a DFU bootloader. To make a keymap and use dfu-util to flash it: +The keyboard uses a DFU bootloader. To make a keymap and use dfu to flash it: - make yd60mq:default:dfu + make yd60mq:default:flash -See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. +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). |