diff options
| author | alittlepeace <mandyskittie@Gmail.com> | 2021-02-04 21:01:59 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 19:01:59 -0800 |
| commit | 1d49076b81379e030a27b2ff96ed2db4b583e003 (patch) | |
| tree | 6bc2b0f94fecee2ab53e7523dd1a6d9d0de2fc15 /keyboards/ymdk/wings/readme.md | |
| parent | f69b652127ffbee3260444bf630c13627b127999 (diff) | |
| download | qmk_firmware-1d49076b81379e030a27b2ff96ed2db4b583e003.tar.gz qmk_firmware-1d49076b81379e030a27b2ff96ed2db4b583e003.zip | |
[Keyboard] Adding YMDK Wings Keyboard (#11693)
* Add files via upload
* Add files via upload
* Update rules.mk
* Update rules.mk
* Update info.json
* Update wings.h
* Update info.json
* Update info.json
* Update info.json
* Update info.json
* Update keyboards/ymdk/wings/info.json
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/ymdk/wings/keymaps/via/keymap.c
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/ymdk/wings/keymaps/via/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/keymaps/via/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/keymaps/via/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/keymaps/via/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/keymaps/default/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/wings.h
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/readme.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/info.json
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Update keyboards/ymdk/wings/keymaps/default/keymap.c
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/ymdk/wings/readme.md')
| -rw-r--r-- | keyboards/ymdk/wings/readme.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/ymdk/wings/readme.md b/keyboards/ymdk/wings/readme.md new file mode 100644 index 000000000..35a779963 --- /dev/null +++ b/keyboards/ymdk/wings/readme.md | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | # YMDK Wings | ||
| 2 | |||
| 3 |  | ||
| 4 | |||
| 5 | A keyboard inspired by the Arisu, which is inspired by Lyn's EM7 and TGR Alice | ||
| 6 | |||
| 7 | * Keyboard Maintainer: [alittlepeace](https://github.com/alittlepeace) | ||
| 8 | * Hardware Supported: YMDK Wings | ||
| 9 | * Hardware Availability: [YMDK](https://ymdkey.com/products/ymdk-wings-aluminum-cnc-top-bottom-qmk-pcb-full-assembly-keyboard-jade-navy-cream-switches) | ||
| 10 | |||
| 11 | Make example for this keyboard (after setting up your build environment): | ||
| 12 | |||
| 13 | make ymdk/wings:default | ||
| 14 | |||
| 15 | Flashing example for this keyboard: | ||
| 16 | |||
| 17 | make ymdk/wings:default:flash | ||
| 18 | |||
| 19 | To reset the board into bootloader mode, hold the key at the top left of the keyboard while connecting the USB cable (also erases persistent settings). | ||
| 20 | |||
| 21 | 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). | ||
