From 3e45892fa8f2a2540971f022af51b6713483ee03 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 7 Sep 2023 16:04:06 +0300 Subject: [PATCH] update --- docs/pico_hid.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pico_hid.md b/docs/pico_hid.md index b11c255..ea7c01e 100644 --- a/docs/pico_hid.md +++ b/docs/pico_hid.md @@ -5,6 +5,14 @@ The Pico HID is a part of DIY PiKVM V1 platform and performs keyboard and mouse emulation. It has excellent compatibility, and by default emulates USB, including two mouse modes: absolute and relative. +Full list of features: + +| Feature | Enabled by default | +|---------|--------------------| +| USB Keyboard, absolute & relative mouse | Yes | +| USB Absolute Mouse for Windows 95 | | +| PS/2 Keyboard & mouse | | + The scope of the Pico HID is not limited to V1 platform, it can also be used with V2 and even V3 platform if you need to emulate a PS/2 keyboard and mouse or use [legacy multiport KVM switch](https://github.com/pikvm/pikvm/issues/7) which does not fully support USB standards.