Macro keymatrix::key_rows[][src]

macro_rules! key_rows {
    (
        $Type:ident,
        $size_type:ty,
        [$(
            $row_name:ident : ($index:expr , $pintype:ty)
        ),+]) => { ... };
}