diff options
Diffstat (limited to 'keyboards/yasui/readme.md')
-rw-r--r-- | keyboards/yasui/readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/yasui/readme.md b/keyboards/yasui/readme.md new file mode 100644 index 000000000..dfc20bbe6 --- /dev/null +++ b/keyboards/yasui/readme.md | |||
@@ -0,0 +1,22 @@ | |||
1 | # Yasui | ||
2 | |||
3 |  | ||
4 | |||
5 | A 10u ortho kit. | ||
6 | |||
7 | * Keyboard Maintainer: Rain | ||
8 | * Hardware Supported: Yasui PCB v2 | ||
9 | * Hardware Availability: [rainkeebs](https://www.rainkeebs.mx/product/yasui-keyboard-kit) | ||
10 | |||
11 | |||
12 | Make example for this keyboard (after setting up your build environment): | ||
13 | |||
14 | qmk compile -kb yasui -kb default | ||
15 | |||
16 | To reset the keyboard, hold the top left key while plugging in, or hit the reset button near the USB port | ||
17 | |||
18 | Install example for this keyboard: | ||
19 | |||
20 | qmk flash -kb yasui -km default | ||
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). | ||