aboutsummaryrefslogtreecommitdiff
path: root/keyboards/etc/X11/xorg.conf.d/sofle.conf
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-02-28 12:16:06 +0100
committerSébastien Dailly <sebastien@dailly.me>2024-02-28 12:16:06 +0100
commitb515fcceb378573293663f5ac841b9673ae6abd6 (patch)
tree25978e390b1e4dbb5ff878ed0cf1d0130903eb6a /keyboards/etc/X11/xorg.conf.d/sofle.conf
parente940f11aa87373ab672ca04b6c269de561a09646 (diff)
Updated the keyboards layout in xorg
Diffstat (limited to 'keyboards/etc/X11/xorg.conf.d/sofle.conf')
-rw-r--r--keyboards/etc/X11/xorg.conf.d/sofle.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/etc/X11/xorg.conf.d/sofle.conf b/keyboards/etc/X11/xorg.conf.d/sofle.conf
new file mode 100644
index 0000000..1ba31e3
--- /dev/null
+++ b/keyboards/etc/X11/xorg.conf.d/sofle.conf
@@ -0,0 +1,19 @@
+Section "InputClass"
+ # Identifiant que l'on peut choisir soi-même
+ Identifier "Sofle Bepo"
+
+ MatchIsKeyboard "on"
+ MatchProduct "Sofle Choc"
+
+ # Le nom de périphérique correspond au nom que l'on a donné via udev
+# MatchDevicePath "/dev/input/typematrix*"
+
+ Driver "evdev"
+
+ # On choisit la disposition fr-bépo
+ Option "XkbRules" "xorg"
+ Option "XkbModel" "pc105"
+ Option "XkbLayout" "fr"
+ Option "XkbVariant" "bepo"
+EndSection
+