You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The USB HID core libraries enable by default the USD HID Keyboard emulation. In fact, they enable by default both the emulation of the Keyboard and Mouse emulation.
I have prepared a very simple fix/patch which allows to disable the USB HID Keyboard emulation by uncommenting a #define KEYBOARD_ENABLED in HID.cpp.
I am looking into this so as to further simplify enabling/disabling the Mouse & Keyboard USB HID emulation.