diff options
author | Kyle McCreery <mccreery.kyle@gmail.com> | 2021-07-22 02:22:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 23:22:00 -0700 |
commit | 5766b9bfb7a0f6f8b091293015644f5cfe1d6683 (patch) | |
tree | 11915f3544f0898c3929c2b014946acef91dfdd8 /keyboards/mechwild/obe/readme.md | |
parent | fbe782534a89f4a012522a6133970e8d768a3ed4 (diff) |
[Keyboard] New Keyboard - OBE (#13545)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/mechwild/obe/readme.md')
-rw-r--r-- | keyboards/mechwild/obe/readme.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/mechwild/obe/readme.md b/keyboards/mechwild/obe/readme.md new file mode 100644 index 0000000000..f03ed03a92 --- /dev/null +++ b/keyboards/mechwild/obe/readme.md @@ -0,0 +1,19 @@ +# OrangeBoyErgo (OBE) + +![obe](https://i.imgur.com/bzqi2XOh.png) + +An affordable Alice-like keyboard kit powered by the STM32 Blackpill. + +* Keyboard Maintainer: [Kyle McCreery](https://github.com/kylemccreery) +* Hardware Supported: OBE v2.1 +* Hardware Availability: [OBE on MechWild](https://mechwild.com/product/orange-boy-ergo/) + +Make example for this keyboard (after setting up your build environment): + + make mechwild/obe:default + +Flashing example for this keyboard: + + make mechwild/obe: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). |