summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-10-20 21:30:35 +0000
committerQMK Bot <hello@qmk.fm>2022-10-20 21:30:35 +0000
commit00a47742433dc3d48854f2ef646c4fc332f5f443 (patch)
tree4db7648ce8279d6b94e516cb5d7377fde9165a8e /docs
parentc4f99f06ab4f260ad9ee8c4281073c5d82431e57 (diff)
parentdbce41cb6be91005c529bd906dfe22ac55da192f (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/_summary.md2
-rw-r--r--docs/platformdev_blackpill_f4x1.md (renamed from docs/platformdev_blackpill_f411.md)6
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/_summary.md b/docs/_summary.md
index ca6fb91a79..0af0c7bc64 100644
--- a/docs/_summary.md
+++ b/docs/_summary.md
@@ -172,7 +172,7 @@
* [Early initialization](platformdev_chibios_earlyinit.md)
* [Raspberry Pi RP2040](platformdev_rp2040.md)
* [Proton C](platformdev_proton_c.md)
- * [WeAct Blackpill F411](platformdev_blackpill_f411.md)
+ * [WeAct Blackpill F4x1](platformdev_blackpill_f4x1.md)
* QMK Reference
* [Contributing to QMK](contributing.md)
diff --git a/docs/platformdev_blackpill_f411.md b/docs/platformdev_blackpill_f4x1.md
index 9026768a01..d5537a4535 100644
--- a/docs/platformdev_blackpill_f411.md
+++ b/docs/platformdev_blackpill_f4x1.md
@@ -1,8 +1,10 @@
-# WeAct Blackpill (STM32F411)
+# WeAct Blackpill (STM32F4x1)
+
+This document applies to the F401- and F411-based Blackpills.
The WeAct Blackpill is a popular choice for handwired boards, as it offers a powerful micro controller, USB Type C, a good number of pins to use, and a large amount of firmware space. All for a ~$6 USD price tag.
-* [WeAct GitHub for F411 Blackpill](https://github.com/WeActTC/MiniSTM32F4x1)
+* [WeAct GitHub for F4x1 Blackpill](https://github.com/WeActTC/MiniSTM32F4x1)
* Unfortunately, due to supply issues official WeAct F411 based blackpills may not be available.
![Blackpill F411](https://i.imgur.com/nCgeolTh.png)