USB
This document contains information about how to make your keyboard communicate with a host device over USB.
Setup
Required Cargo features
You must enable the following rumcake
features:
usb
Required code
To set up your keyboard for USB host communication, your keyboard must implement the
USBKeyboard
trait, and add usb
to your keyboard
macro invocation: