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
Creating a USB gadget device that exposes a HID keyboard can involve some cryptic settings, especially for developers who just want to send keyboard events without diving into the USB spec. An example of this configuration can be found in Xebow's hid_gadget.ex file:
Sorry, I didn't mean to imply we should use the library as a dependency. I saw it spits out USB configuration and device data, so thought I'd reference it here in case it can help with figuring out things like n-key rollover.
Creating a USB gadget device that exposes a HID keyboard can involve some cryptic settings, especially for developers who just want to send keyboard events without diving into the USB spec. An example of this configuration can be found in Xebow's
hid_gadget.ex
file:AFK could encapsulate USB configuration into one or more helpers, like:
The text was updated successfully, but these errors were encountered: