Update new-shield.md
Moving pro micro and black pill to tabs.
This commit is contained in:
parent
4df053d034
commit
154ecdf0ad
1 changed files with 17 additions and 2 deletions
|
@ -115,18 +115,33 @@ endif
|
||||||
|
|
||||||
## Shield Overlays
|
## Shield Overlays
|
||||||
|
|
||||||
### Pro Micro Compatible Shields
|
<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`.
|
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`.
|
||||||
|
|
||||||
### BlackPill Compatible Shields
|
</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`.
|
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"
|
defaultValue="unibody"
|
||||||
values={[
|
values={[
|
||||||
|
|
Loading…
Add table
Reference in a new issue