From 3db6c9ff1d56eab6e690684d5f0cb997f52ab318 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 11 Aug 2023 04:49:03 +0300 Subject: [PATCH] update --- docs/pico_hid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pico_hid.md b/docs/pico_hid.md index 55d64c93..5c77c1d7 100644 --- a/docs/pico_hid.md +++ b/docs/pico_hid.md @@ -121,9 +121,9 @@ If you are making the Pico HID for V2 or V3, add the following lines to the PiKV ## Arduino HID replacement !!! note - This section is intended for advanced users + This section is intended for advanced users of legacy PiKVM V0 & Arduino HID -The Pico HID can be used to replace the [Arduino HID](arduino_hid.md) in legacy DIY PiKVM V0 builds. +The Pico HID can be used to replace the [legacy Arduino HID](arduino_hid.md) in DIY PiKVM V0 builds. Moreover, it can use both Serial (UART) port and SPI. The connection scheme is also noticeably simplified, getting rid of the transistor for the Reset line and level shifter for RX/TX (MOSI/MISO).