From f8363576f7eaf92c9e4c3a6e9323fa2535eb4c88 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@dailly.me>
Date: Sat, 6 Apr 2024 10:35:48 +0200
Subject: Update xorg configuration for keyboards

---
 keyboards/etc/X11/xorg.conf.d/sofle.conf      | 3 ---
 keyboards/etc/X11/xorg.conf.d/typematrix.conf | 5 +----
 2 files changed, 1 insertion(+), 7 deletions(-)

(limited to 'keyboards/etc/X11')

diff --git a/keyboards/etc/X11/xorg.conf.d/sofle.conf b/keyboards/etc/X11/xorg.conf.d/sofle.conf
index 1ba31e3..facdf54 100644
--- a/keyboards/etc/X11/xorg.conf.d/sofle.conf
+++ b/keyboards/etc/X11/xorg.conf.d/sofle.conf
@@ -8,10 +8,7 @@ Section "InputClass"
         # 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"
diff --git a/keyboards/etc/X11/xorg.conf.d/typematrix.conf b/keyboards/etc/X11/xorg.conf.d/typematrix.conf
index 79f0994..503aa9f 100644
--- a/keyboards/etc/X11/xorg.conf.d/typematrix.conf
+++ b/keyboards/etc/X11/xorg.conf.d/typematrix.conf
@@ -9,11 +9,8 @@ Section "InputClass"
         # 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 "XkbLayout" "fr"
         Option "XkbVariant" "bepo"
 EndSection
-- 
cgit v1.2.3