diff options
author | Danny <nooges@users.noreply.github.com> | 2018-04-25 13:47:13 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-04-25 10:47:13 -0700 |
commit | eb89a372ec8950a853aef9e2730339465dc3dc2a (patch) | |
tree | a20867dbb40228a0509dab32e4cd7354595162be /keyboards/bfo9000/readme.md | |
parent | 1c6b9323b25f8ec38f86addd4ba249faa5986cb3 (diff) |
Add BFO-9000 keyboard (#2807)
Diffstat (limited to 'keyboards/bfo9000/readme.md')
-rw-r--r-- | keyboards/bfo9000/readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/bfo9000/readme.md b/keyboards/bfo9000/readme.md new file mode 100644 index 0000000000..20c9b2ff79 --- /dev/null +++ b/keyboards/bfo9000/readme.md @@ -0,0 +1,18 @@ +BFO-9000 +======== + +A split full-size ortholinear keyboard made and sold by Keebio. Each half is a 6x9 arrangement, with breakable pieces to allow the number of rows to be customized between 4 to 6, and the number of columns to be between 7 to 9. [More info at Keebio](https://keeb.io). + +Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) +Hardware Supported: Pro Micro +Hardware Availability: [Keebio](https://keeb.io) + +Make example for this keyboard (after setting up your build environment): + + make bfo9000:default + +Example of flashing this keyboard: + + make bfo9000:default:avrdude + +See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information. |