From 9fd0a65fd2d02343cc46b249aec8c479b4cfa14d Mon Sep 17 00:00:00 2001 From: arch1mede Date: Fri, 23 Jul 2021 19:48:48 -0700 Subject: [PATCH] Update arduino_hid.md (#411) Added verbiage for clarity --- pages/arduino_hid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/arduino_hid.md b/pages/arduino_hid.md index d1a4700..3456329 100644 --- a/pages/arduino_hid.md +++ b/pages/arduino_hid.md @@ -1,6 +1,8 @@ # Hardware Arduino HID instead of the OTG Using Arduino HID on non-v0 platforms is useful if you need a simple and primitive keyboard/mouse emulator device. For example when used with a hardware KVM switch which [does not recognize composite HID](https://github.com/pikvm/pikvm/issues/7). You can also use the Arduino HID to emulate the PS/2 keyboard. +- NOTE: AIMOS KVM switches do not work with the aruduino, please consider using an alternitive. + ## USB keyboard & mouse * Build and connect HID according to the [diagram](../README.md#setting-up-the-v0) (the bottom part with transistor, level-shifter and Arduino). * Switch to RW-mode using command `rw`.