diff options
| author | QMK Bot | 2024-04-30 03:47:16 +0200 |
|---|---|---|
| committer | QMK Bot | 2024-04-30 03:47:16 +0200 |
| commit | ee178557ed68fbd77deec8a823d93bcbc6bc88fd (patch) | |
| tree | d4c76b825b5ede719ad99dacf032b6e8298f3d2d /keyboards/mechwild/bb65/readme.md | |
| parent | cf07d5bcc97e0c418bfe9aa7f9576fa5af4960b0 (diff) | |
| parent | c94c6fcc25cdf3a5eb16ba5609d2ef1b3e3a2916 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechwild/bb65/readme.md')
| -rw-r--r-- | keyboards/mechwild/bb65/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/mechwild/bb65/readme.md b/keyboards/mechwild/bb65/readme.md new file mode 100644 index 0000000000..43416f90c1 --- /dev/null +++ b/keyboards/mechwild/bb65/readme.md @@ -0,0 +1,23 @@ +# BB65 + + + +BB65 is a completely normal BlackPill-powered 65% DIY kit. It’s got all the letters, a number row, and arrow keys. Basic as it can be. + +The `f401` version is the standard for this kit, using an STM32F401 BlackPill. The `f411` version will not run on an STM32F401 BlackPill; if in doubt, use `f401`. + +* Keyboard Maintainer: [Kyle McCreery](https://github.com/kylemccreery) +* Hardware Supported: BB65 v1.0 +* Hardware Availability: [BB65 on MechWild](https://mechwild.com/product/bb65/) + +Make example for this keyboard (after setting up your build environment): + + make mechwild/bb65/f401:default + make mechwild/bb65/f411:default + +Flashing example for this keyboard: + + make mechwild/bb65/f401:default:flash + make mechwild/bb65/f411: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). |