[][src]Type Definition keyberon::layout::Layers

type Layers = &'static [&'static [&'static [Action]]];

The Layers type.

The first level correspond to the layer, the two others to the switch matrix. For example, layers[1][2][3] correspond to the key i=2, j=3 on the layer 1.