aboutsummaryrefslogtreecommitdiff
path: root/keyboards/seigaiha/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/seigaiha/readme.md')
-rw-r--r--keyboards/seigaiha/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/seigaiha/readme.md b/keyboards/seigaiha/readme.md
new file mode 100644
index 000000000..fb0e8571a
--- /dev/null
+++ b/keyboards/seigaiha/readme.md
@@ -0,0 +1,23 @@
1# Seigaiha
2
3![Seigaiha](https://i.imgur.com/GCGyOmph.jpg)
4
5An alice layout kit with only through hole components.
6
7* Keyboard Maintainer: [Yiancar](http://yiancar-designs.com/) and on [GitHub](https://github.com/yiancar)
8* Hardware Supported: ATMEGA328p with vusb [PCB](https://github.com/yiancar/seigaiha_pcb)
9* Hardware Availability: https://mykeyboard.eu/, https://novelkeys.xyz
10
11Make example for this keyboard (after setting up your build environment):
12
13 make seigaiha:default
14
15Flashing example for this keyboard:
16
17 make seigaiha:default:flash
18
19Bootloader:
20use usbasploader from HSGW's repository.
21https://github.com/hsgw/USBaspLoader/tree/plaid
22
23See 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).