From 201303c858b9cfc6b3fb073b520340d148df799d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 4 Aug 2026 15:31:06 +0200 Subject: xorg.conf.d: use the ergol layout for the sofle keyboard --- keyboards/etc/X11/xorg.conf.d/sofle.conf | 7 +++---- 1 file changed, 3 insertions(+), 4 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 -- cgit v1.2.3