aboutsummaryrefslogtreecommitdiff
path: root/keyboards/etc/X11/xorg.conf.d/sofle.conf
blob: facdf543b8889e55be5a4715b06db13864fbe4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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*"
 
        # On choisit la disposition fr-bépo
        Option "XkbModel"  "pc105"
        Option "XkbLayout" "fr"
        Option "XkbVariant" "bepo"
EndSection