diff options
Diffstat (limited to 'keyboards/etc/X11')
| -rw-r--r-- | keyboards/etc/X11/xorg.conf.d/sofle.conf | 7 | ||||
| -rw-r--r-- | keyboards/etc/X11/xorg.conf.d/typematrix.conf | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/etc/X11/xorg.conf.d/sofle.conf b/keyboards/etc/X11/xorg.conf.d/sofle.conf index facdf54..d36ba28 100644 --- a/keyboards/etc/X11/xorg.conf.d/sofle.conf +++ b/keyboards/etc/X11/xorg.conf.d/sofle.conf @@ -1,16 +1,15 @@ Section "InputClass" # Identifiant que l'on peut choisir soi-même - Identifier "Sofle Bepo" + Identifier "Sofle Ergol" 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*" - # On choisit la disposition fr-bépo + # On choisit la disposition fr-ergol Option "XkbModel" "pc105" Option "XkbLayout" "fr" - Option "XkbVariant" "bepo" + Option "XkbVariant" "ergol" EndSection diff --git a/keyboards/etc/X11/xorg.conf.d/typematrix.conf b/keyboards/etc/X11/xorg.conf.d/typematrix.conf index 503aa9f..ce13ff7 100644 --- a/keyboards/etc/X11/xorg.conf.d/typematrix.conf +++ b/keyboards/etc/X11/xorg.conf.d/typematrix.conf @@ -9,8 +9,8 @@ Section "InputClass" # Le nom de périphérique correspond au nom que l'on a donné via udev # MatchDevicePath "/dev/input/typematrix*" - # On choisit la disposition fr-bépo + # On choisit la disposition fr-ergol Option "XkbModel" "pc105" Option "XkbLayout" "fr" - Option "XkbVariant" "bepo" + Option "XkbVariant" "ergol" EndSection |
