From 9e9d750eb55a63fbd9c02493401ad1389901ace8 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 24 Oct 2023 04:58:59 +0300 Subject: [PATCH] update --- docs/pico_hid.md | 5 ++++- docs/pico_hid_bridge.md | 2 +- mkdocs.yml | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/pico_hid.md b/docs/pico_hid.md index 8cc9290..7f9a533 100644 --- a/docs/pico_hid.md +++ b/docs/pico_hid.md @@ -11,7 +11,7 @@ Full list of features: | USB Absolute Mouse for Windows 95 | No | | PS/2 Keyboard & mouse | No | -The scope of the Pico HID is not limited to [V1](v1.md) platform, it can also be used with [V2](v2.md) and even [V3](v3.md) platform, +The scope of the Pico HID is not limited to [V1](v1.md) platform, it can also be used with [V2](v2.md)/[V3](v3.md)/[V4](v4.md) platform (except V4 Mini), if you need to emulate a PS/2 keyboard and mouse or use a [legacy multiport KVM switch](https://github.com/pikvm/pikvm/issues/7) which does not fully support USB standards. @@ -21,6 +21,9 @@ This page explains how to build, connect and use all the features of the Pico HI KVMD >= 3.241 is required for the Pico HID. For new builds, this will be the case, but if you want to use the Pico HID on the old PiKVM, you will need to update OS. +!!! note "Fast way to get PS/2 on V2+" + If you need PS/2 on V2+ (except V4 Mini), you can use a faster and easier way: [The Pico HID Bridge](pico_hid_bridge.md). + ----- ## Making the Pico HID diff --git a/docs/pico_hid_bridge.md b/docs/pico_hid_bridge.md index 4d60b6c..0e41894 100644 --- a/docs/pico_hid_bridge.md +++ b/docs/pico_hid_bridge.md @@ -1,4 +1,4 @@ -# The Pico HID PS/2 Bridge +# The Pico HID - PS/2 Bridge The Pico HID Bridge is a special case of the [Pico HID](pico_hid.md). It is a simple PS/2-only emulator with a USB interface. Unlike generic [Pico HID](pico_hid.md) diff --git a/mkdocs.yml b/mkdocs.yml index cf175ae..25ac3b8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,6 +81,7 @@ nav: - "Keyboard & mouse": - "Mouse modes": mouse.md - "Bluetooth HID": bluetooth_hid.md + - "Pico HID (USB, PS/2)": pico_hid.md - "Arduino HID (USB, PS/2)": arduino_hid.md - "Mass Storage Drive": msd.md - "Ethernet-over-USB": usb_ethernet.md