diff --git a/pages/arduino_hid.md b/pages/arduino_hid.md index d1a47008..3456329d 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`.