diff --git a/configs/colemak.nix b/configs/colemak.nix index 51fd3fb..52adbeb 100644 --- a/configs/colemak.nix +++ b/configs/colemak.nix @@ -29,6 +29,14 @@ with lib; { Option "XkbLayout" "us" Option "XkbVariant" "basic" '' + '' + Identifier "atreus" + MatchIsKeyboard "on" + MatchProduct "Keyboardio Atreus" + MatchVendor "Keyboardio" + Option "XkbLayout" "us" + Option "XkbVariant" "basic" + '' ]; }; };