diff options
| author | Nick Blyumberg <nblyumberg@gmail.com> | 2021-01-14 11:57:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-14 11:57:30 -0500 |
| commit | 3525a61bafea9e373b57d13e4f23247273e66e9d (patch) | |
| tree | 8e7cad2314cd400e205c7f18c4621a0f39f425f7 /keyboards | |
| parent | c46619d8fbcbfca33987183441baaa242635e88d (diff) | |
| download | qmk_firmware-3525a61bafea9e373b57d13e4f23247273e66e9d.tar.gz qmk_firmware-3525a61bafea9e373b57d13e4f23247273e66e9d.zip | |
Updated documentation for new BDN9 board revisions (#11380)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/keebio/bdn9/readme.md | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/keyboards/keebio/bdn9/readme.md b/keyboards/keebio/bdn9/readme.md index d77dcc617..765e779e6 100644 --- a/keyboards/keebio/bdn9/readme.md +++ b/keyboards/keebio/bdn9/readme.md | |||
| @@ -2,14 +2,27 @@ | |||
| 2 | 2 | ||
| 3 |  | 3 |  |
| 4 | 4 | ||
| 5 | A 3x3 macropad with support for a rotary encoder at the upper two corners. | 5 | A 3x3 macropad with support for up to 3 rotary encoders. |
| 6 | 6 | ||
| 7 | Keyboard Maintainer: [Bakingpy/nooges](https://github.com/nooges) | ||
| 8 | Hardware Supported: Pro Micro, Elite-C, Proton C | ||
| 9 | Hardware Availability: [Keebio - BDN9](https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support) | ||
| 10 | 7 | ||
| 11 | Make example for this keyboard (after setting up your build environment): | 8 | * Rev. 1.0-1.2 encoder locations: Top Right, Top Left |
| 9 | * Rev. 1.3 encoder locations: Top Right, Top Middle, Top Left | ||
| 10 | * Rev. 2 encoder locations: Top Right, Top Middle, Top Left | ||
| 11 | |||
| 12 | |||
| 13 | **Keyboard Maintainer:** [Bakingpy/nooges](https://github.com/nooges) | ||
| 14 | |||
| 15 | **Hardware Supported:** | ||
| 16 | * Rev. 1: Pro Micro, Elite-C, Proton C | ||
| 17 | * Rev. 2: Integrated STM32F072 microcontroller | ||
| 18 | |||
| 19 | **Hardware Availability:** | ||
| 20 | * [Keebio - BDN9 Rev. 1](https://keeb.io/products/bdn9-3x3-9-key-macropad-rotary-encoder-support) | ||
| 21 | * [Keebio - BDN9 Rev. 2](https://keeb.io/products/bdn9-rev-2-3x3-9-key-macropad-rotary-encoder-and-rgb) | ||
| 22 | |||
| 23 | Make examples for this keyboard (after setting up your build environment), select the appropriate line for your PCB revision: | ||
| 12 | 24 | ||
| 13 | make keebio/bdn9/rev1:default | 25 | make keebio/bdn9/rev1:default |
| 26 | make keebio/bdn9/rev2:default | ||
| 14 | 27 | ||
| 15 | 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). | 28 | 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). |
