summaryrefslogtreecommitdiff
path: root/keyboards/mechwild/bb40/readme.md
diff options
context:
space:
mode:
authorLess/Rikki <86894501+lesshonor@users.noreply.github.com>2024-03-28 21:21:49 -0400
committerGitHub <noreply@github.com>2024-03-28 18:21:49 -0700
commit4cd92cac1ca61d67318a145ea504f3c22aefd0fb (patch)
treef32f8b06c7cdec179a395aa8296a5a3b798173d1 /keyboards/mechwild/bb40/readme.md
parentc035a37249ed064edbd51379bb45057e88e7ef11 (diff)
[Keyboard] mechwild/bb40 (#22958)
Co-authored-by: Kyle McCreery <mccreery.kyle@gmail.com>
Diffstat (limited to 'keyboards/mechwild/bb40/readme.md')
-rw-r--r--keyboards/mechwild/bb40/readme.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/mechwild/bb40/readme.md b/keyboards/mechwild/bb40/readme.md
new file mode 100644
index 0000000000..aac52b072b
--- /dev/null
+++ b/keyboards/mechwild/bb40/readme.md
@@ -0,0 +1,23 @@
+# BB40
+
+![BB40](https://i.imgur.com/iikCpBuh.png)
+
+A completely normal BlackPill-powered 40% DIY kit.
+
+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: BB40 v1.0
+* Hardware Availability: [BB40 on MechWild](https://mechwild.com/product/bb40/)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make mechwild/bb40/f401:default
+ make mechwild/bb40/f411:default
+
+Flashing example for this keyboard:
+
+ make mechwild/bb40/f401:default:flash
+ make mechwild/bb40/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).