forked from kofal.net/zmk
feat(boards): Add PillBug board, blackpill interconnect.
* Add blackbill interconnect metadata. * Add config/overlay for upstream blackpill boards to work with ZMK. * Add pillbug board. * Updated new shield docs. Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
BIN
docs/docs/assets/blackpill/blackpill-pins-labelled.png
Normal file
BIN
docs/docs/assets/blackpill/blackpill-pins-labelled.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 902 KiB |
@@ -115,10 +115,34 @@ endif
|
||||
|
||||
## Shield Overlays
|
||||
|
||||
<Tabs
|
||||
defaultValue="pro_micro"
|
||||
values={[
|
||||
{label: 'Pro Micro Shields', value: 'pro_micro'},
|
||||
{label: 'BlackPill Shields', value: 'blackpill'},
|
||||
]}>
|
||||
|
||||
<TabItem value="pro_micro">
|
||||
|
||||
### Pro Micro Shields
|
||||
|
||||

|
||||
|
||||
ZMK uses the blue color coded pin names to generate devicetree node references. For example, to refer to the node `0` in the devicetree files, use `&pro_micro 0`.
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="blackpill">
|
||||
|
||||
### BlackPill Shields
|
||||
|
||||

|
||||
|
||||
ZMK uses the blue color coded pin names to generate devicetree node references. For example, to refer to the node `17` in the devicetree files, use `&blackpill 17`.
|
||||
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
<Tabs
|
||||
defaultValue="unibody"
|
||||
values={[
|
||||
|
||||
Reference in New Issue
Block a user