Hello everyone,
i'm trying to use an arduino micro as keyboard in combination with a KVM device.
Sadly it isn't recognized as keyboard at all.
What i've tried so for
- using different libraries, standard keyboard.h and HID-Project from Nicohood
- Removed the virtual comport (CDC) by editing usbcore.cpp
- removed Bootloader by programmingh it by another Arduinoas ISP
Every methods works fine on Windows, but none of them works with the KVM device.
Any ideas?