diff --git a/docs/pico_hid_bridge.md b/docs/pico_hid_bridge.md index 44978fa..e77e5e2 100644 --- a/docs/pico_hid_bridge.md +++ b/docs/pico_hid_bridge.md @@ -84,5 +84,6 @@ Add following lines to the PiKVM configuration and reboot it: kvmd: hid: type: serial - device: /dev/kvmd-hid-bridge + device: /dev/kvmd-hid-bridge + reset_pin: -1 ```