From f66e9d90f7a54c05b8406b02cacfd430ab56e289 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 16 Oct 2020 19:57:24 +0300 Subject: [PATCH] Update arduino_hid.md --- pages/arduino_hid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/arduino_hid.md b/pages/arduino_hid.md index b109b6f6..fa3cda59 100644 --- a/pages/arduino_hid.md +++ b/pages/arduino_hid.md @@ -1,5 +1,5 @@ # Hardware Arduino HID instead of the OTG -Using Arduino HID on non-v0 platforms is useful if you need a simple and primitive keyboard emulation device. For example, when used with a hardware KVM switch wich [does not recognize composite HID](https://github.com/pikvm/pikvm/issues/7). You can use the Arduino HID firmware to emulate (at your choice): +Using Arduino HID on non-v0 platforms is useful if you need a simple and primitive keyboard/mouse emulation device. For example, when used with a hardware KVM switch wich [does not recognize composite HID](https://github.com/pikvm/pikvm/issues/7). You can use the Arduino HID firmware to emulate (at your choice): * [USB keyboard & mouse](#usb-keyboard--mouse) * [PS/2 keyboard only](#ps2-keyboard) * [PS/2 keyboard & USB mouse](#ps2-keyboard--usb-mouse)