diff --git a/docs/_pico_hid_flashing.md b/docs/_pico_hid_flashing.md new file mode 100644 index 0000000..3cf11ac --- /dev/null +++ b/docs/_pico_hid_flashing.md @@ -0,0 +1,9 @@ +To upload the firmware to Pico HID, you can use any computer with a USB port. + +1. [Download](https://github.com/pikvm/kvmd/releases) the latest release of the firmware. The file is called `pico-hid.uf2`. +2. Press and hold the white button on the Pico board. +3. While still holding the button, plug it in the computer using a USB cable. +4. Release the button. +5. The Pico board appears as a flash drive on your computer. +6. Copy the `pico-hid.uf2` file to this flash drive. +7. Safely eject the USB device. diff --git a/docs/_diy_parts_pico_hid.md b/docs/_pico_hid_parts.md similarity index 100% rename from docs/_diy_parts_pico_hid.md rename to docs/_pico_hid_parts.md diff --git a/docs/pico_hid.md b/docs/pico_hid.md index 37b71c0..8cc9290 100644 --- a/docs/pico_hid.md +++ b/docs/pico_hid.md @@ -33,7 +33,7 @@ But if you are making the Pico HID for [V2](v2.md) or [V3](v3.md), then follow t Parts list: - {!_diy_parts_pico_hid.md!} + {!_pico_hid_parts.md!} Connect all the parts according to this scheme: @@ -118,15 +118,7 @@ some GPIOs with Ground (`GND`) lines. ----- ## Flashing the firmware -To upload the firmware to Pico HID, you can use any computer with a USB port. - -1. [Download](https://github.com/pikvm/kvmd/releases) the latest release of the firmware. The file is called `pico-hid.uf2`. -2. Press and hold the white button on the Pico board. -3. While still holding the button, plug it in the computer using a USB cable. -4. Release the button. -5. The Pico board appears as a flash drive on your computer. -6. Copy the `pico-hid.uf2` file to this flash drive. -7. Safely eject the USB device. +{!_pico_hid_flashing.md!} ----- diff --git a/docs/pico_hid_bridge.md b/docs/pico_hid_bridge.md index c5e4aa2..4d60b6c 100644 --- a/docs/pico_hid_bridge.md +++ b/docs/pico_hid_bridge.md @@ -66,15 +66,7 @@ Like this: ----- ## Flashing the firmware -To upload the firmware to Pico HID, you can use any computer with a USB port. - -1. [Download](https://github.com/pikvm/kvmd/releases) the latest release of the firmware. The file is called `pico-hid.uf2`. -2. Press and hold the white button on the Pico board. -3. While still holding the button, plug it in the computer using a USB cable. -4. Release the button. -5. The Pico board appears as a flash drive on your computer. -6. Copy the `pico-hid.uf2` file to this flash drive. -7. Safely eject the USB device. +{!_pico_hid_flashing.md!} ----- diff --git a/docs/v1.md b/docs/v1.md index c8081b7..3752bc4 100644 --- a/docs/v1.md +++ b/docs/v1.md @@ -30,7 +30,7 @@ 5. **The Pico HID Keyboard & mouse emulator:** - {!_diy_parts_pico_hid.md!} + {!_pico_hid_parts.md!} 6. **Board-specific parts:**