diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-18 08:49:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-18 08:49:18 +0000 |
commit | 560386461e19fdf355dad3a22094e1397c7bbd57 (patch) | |
tree | 4eb1137fb2409dcd041eb40a6787576b04aeb7d2 /keyboards/k34/readme.md | |
parent | 8d61218abec99eecb51004f7811d8914e0f4f524 (diff) | |
parent | f79e1ab7481525cfa2b63e6bc062fb7d8250c8db (diff) | |
download | qmk_firmware-560386461e19fdf355dad3a22094e1397c7bbd57.tar.gz qmk_firmware-560386461e19fdf355dad3a22094e1397c7bbd57.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/k34/readme.md')
-rw-r--r-- | keyboards/k34/readme.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/k34/readme.md b/keyboards/k34/readme.md new file mode 100644 index 0000000000..8f17c7e5de --- /dev/null +++ b/keyboards/k34/readme.md @@ -0,0 +1,25 @@ +# k34 + +![k34](https://i.imgur.com/tarkFIph.jpeg) + +## Keyboard Info + +The K34 is a custom 34-key unibody keyboard. + +* Keyboard Maintainer: [wongjingping](https://github.com/wongjingping) +All hardware supported can be found in the [k34 repository](https://github.com/wongjingping/k34) + +## Flashing Instructions + +To enter the bootloader, short the RST and GND pins, or press the key mapped to `RESET`. + +Make example for this keyboard (after setting up your build environment): + + make k34:default + +Flashing example for this keyboard: + + make k34:default:flash + +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). + |