Commit 98e09ffd324a

Vincent Demeester <vincent@sbr.pm>
2016-09-11 13:44:01
Add ergodox to bepo keyboard
1 parent 0862062
Changed files (1)
keyboard.nix
@@ -4,7 +4,6 @@
 	services = {
 		xserver =  {
 			layout = "fr";
-			xkbOptions = "eurosign:e";
 			inputClassSections = [
 					''
 					Identifier      "TypeMatrix"
@@ -16,6 +15,16 @@
 					Option          "XkbLayout"     "fr"
 					Option          "XkbVariant"    "bepo"
 					''
+					''
+					Identifier      "ErgoDox"
+					#MatchIsKeyboard "on"
+					#MatchVendor     "ErgoDox_EZ"
+					#MatchProduct    "ErgoDox_EZ"
+                                        MatchUSBID      "feed:1307"
+					Driver          "evdev"
+					Option          "XkbLayout"     "fr"
+					Option          "XkbVariant"    "bepo"
+					''
 			];
 		};
 	};