Type Alias TapDanceEvent
Source pub type TapDanceEvent = Event;
Expand description
Type aliases for convenience.
pub enum TapDanceEvent {
NextPressTimeout(u8),
}
Timed out waiting for the next press of the tap-dance key.
The type returned in the event of a conversion error.
Performs the conversion.