pub type Context = Context;
Expand description
Alias for Context type; i.e. composite::Context.
Aliased Type§
struct Context {
pub chorded_context: Context,
pub layer_context: Context,
pub tap_hold_context: Context,
}
Fields§
§chorded_context: Context
The chorded key context.
layer_context: Context
The layered key context.
tap_hold_context: Context
The tap hold key context.