From f1246ad9378d15bdbd0a67a258f7c259f9e03f09 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 26 Jul 2020 18:13:31 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dfb9bf8..c2d7aa25 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ If you wish to use Pi-KVM in production, we accept orders to modify it for your **A:** Yes, but it will require additional work to set up. Pi-KVM can be connected to a multi-port HDMI/USB switch and the switch's buttons can be connected via optocouplers to the Pi's GPIO pins to switch channels. If your KVM switches channels using keyboard shortcuts, there is a chance that it will not be able to work with OTG (v2 platform, see bellow), since it does not fully implement the USB stack. In this case, you will have to use an Arduino board to emulate the keyboard & mouse. (Pi-KVM supports this configuration) **Q:** **Can I use Pi-KVM with non-Raspberry Pi boards?** -**A:** Yes, but you will have to prepare the board OS yourself. As for the Pi-KVM software, you will need to replace the RPi.GPIO module and some files (such as UDEV rules). If you are a developer or an experienced system administrator, you will not have any problems with this. In addition, we are open to patches. +**A:** Yes, but you will have to prepare the board OS yourself. As for the Pi-KVM software, you will need to replace the RPi.GPIO module and some files (such as UDEV rules). If you are a developer or an experienced system administrator, you will not have any problems with this. In addition, we are open to patches. If you need help with this, please contact us via Discod: https://discord.gg/bpmXfz5 -----