From 176d70305c9ce6067ececfccbe5568147171b887 Mon Sep 17 00:00:00 2001 From: drashna Date: Thu, 20 Oct 2022 21:31:23 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20qmk/qmk?= =?UTF-8?q?=5Ffirmware@dbce41cb6be91005c529bd906dfe22ac55da192f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _summary.md | 2 +- ...rmdev_blackpill_f411.md => platformdev_blackpill_f4x1.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename platformdev_blackpill_f411.md => platformdev_blackpill_f4x1.md (95%) diff --git a/_summary.md b/_summary.md index a0d2b2a9493..7dc4ddb0e44 100644 --- a/_summary.md +++ b/_summary.md @@ -171,7 +171,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/platformdev_blackpill_f411.md b/platformdev_blackpill_f4x1.md similarity index 95% rename from platformdev_blackpill_f411.md rename to platformdev_blackpill_f4x1.md index 9026768a01a..d5537a4535a 100644 --- a/platformdev_blackpill_f411.md +++ b/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)