aboutsummaryrefslogtreecommitdiff
path: root/keyboards/etc/X11/xorg.conf.d/sofle.conf
blob: 1ba31e365389e1c60998976961e16abe57a9b659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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