From 27df664b0aef275791880593edc5ccbe018b31a5 Mon Sep 17 00:00:00 2001 From: Nicolas Munnich Date: Wed, 31 Jul 2024 16:16:52 +0200 Subject: [PATCH] I think this fixes prettier - local prettier didn't complain --- .../hardware-metadata-files/hardware-metadata-files.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx b/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx index 0e3c804b..fa869eff 100644 --- a/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx +++ b/docs/docs/development/hardware-metadata-files/hardware-metadata-files.mdx @@ -268,7 +268,7 @@ node_labels: spi: pro_micro_spi uart: pro_micro_serial 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. ```