all: set precursor to us-basic
This commit is contained in:
parent
67b958a22b
commit
5ad15a7580
@ -21,6 +21,16 @@ with lib; {
|
|||||||
layout = "us";
|
layout = "us";
|
||||||
xkbVariant = "colemak";
|
xkbVariant = "colemak";
|
||||||
xkbOptions = "ctrl:swapcaps";
|
xkbOptions = "ctrl:swapcaps";
|
||||||
|
inputClassSections = [
|
||||||
|
''
|
||||||
|
Identifier "precursor"
|
||||||
|
MatchIsKeyboard "on"
|
||||||
|
MatchProduct "Precursor"
|
||||||
|
MatchVendor "Kosagi"
|
||||||
|
Option "XkbLayout" "us"
|
||||||
|
Option "XkbVariant" "basic"
|
||||||
|
''
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user