mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 16:35:15 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
00a4774243
2 changed files with 5 additions and 3 deletions
|
@ -172,7 +172,7 @@
|
||||||
* [Early initialization](platformdev_chibios_earlyinit.md)
|
* [Early initialization](platformdev_chibios_earlyinit.md)
|
||||||
* [Raspberry Pi RP2040](platformdev_rp2040.md)
|
* [Raspberry Pi RP2040](platformdev_rp2040.md)
|
||||||
* [Proton C](platformdev_proton_c.md)
|
* [Proton C](platformdev_proton_c.md)
|
||||||
* [WeAct Blackpill F411](platformdev_blackpill_f411.md)
|
* [WeAct Blackpill F4x1](platformdev_blackpill_f4x1.md)
|
||||||
|
|
||||||
* QMK Reference
|
* QMK Reference
|
||||||
* [Contributing to QMK](contributing.md)
|
* [Contributing to QMK](contributing.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.
|
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.
|
* Unfortunately, due to supply issues official WeAct F411 based blackpills may not be available.
|
||||||
|
|
||||||
![Blackpill F411](https://i.imgur.com/nCgeolTh.png)
|
![Blackpill F411](https://i.imgur.com/nCgeolTh.png)
|
Loading…
Reference in a new issue