I think this fixes prettier - local prettier didn't complain

This commit is contained in:
Nicolas Munnich 2024-07-31 16:16:52 +02:00
parent 85c9f15051
commit 9639d1bfb1

View file

@ -268,7 +268,7 @@ node_labels:
spi: pro_micro_spi spi: pro_micro_spi
uart: pro_micro_serial uart: pro_micro_serial
design_guideline: | design_guideline: |
ZMK uses the blue color coded "Arduino" pin names to generate devicetree node references. ZMK uses the blue color coded "Arduino" pin names to generate devicetree node references.
For example, to refer to the pin labeled `0` in the diagram, use `&pro_micro 0` in the devicetree files. For example, to refer to the pin labeled `0` in the diagram, use `&pro_micro 0` in the devicetree files.
``` ```