From 37355aed53f5f084867b6a3e42b73cba5ef82ee2 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 24 Mar 2024 20:12:26 +0200 Subject: [PATCH] update --- docs/pico_hid_bridge.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```