all: set precursor to us-basic

This commit is contained in:
Aaron Bieber 2023-08-11 05:25:58 -06:00
parent 67b958a22b
commit 5ad15a7580
No known key found for this signature in database

View File

@ -21,6 +21,16 @@ with lib; {
layout = "us";
xkbVariant = "colemak";
xkbOptions = "ctrl:swapcaps";
inputClassSections = [
''
Identifier "precursor"
MatchIsKeyboard "on"
MatchProduct "Precursor"
MatchVendor "Kosagi"
Option "XkbLayout" "us"
Option "XkbVariant" "basic"
''
];
};
};
}