mirror of https://github.com/pikvm/pikvm.git
Fixed minor typo, added link to Pico 2 (which isn't ausable yeet) (#1619)
This commit is contained in:
parent
afb96648a7
commit
a43d82ca0a
|
|
@ -9,9 +9,9 @@ description: How to perform keyboard and mouse emulation on DIY PiKVM V1 with Pi
|
|||
you can use a faster and easier way: [The Pico HID Bridge](pico_hid_bridge.md).
|
||||
|
||||
!!! note "Pico requirements"
|
||||
[Raspberri Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/)
|
||||
[Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/)
|
||||
(the first model) based on RP2040 microcontroller is required.
|
||||
Pico 2 is not supported right now.
|
||||
[Pico 2](https://www.raspberrypi.com/products/raspberry-pi-pico-2/) is not supported right now.
|
||||
|
||||
The Pico HID is a part of [DIY PiKVM V1](v1.md) platform that performs
|
||||
keyboard and mouse emulation. It has excellent compatibility, and
|
||||
|
|
|
|||
Loading…
Reference in New Issue