begin udev and Xorg auto conf

This commit is contained in:
eneller
2023-10-29 19:08:06 +01:00
parent 9c60408c61
commit 3c2eec1633
2 changed files with 10 additions and 0 deletions

8
99-keyboard-glove80.conf Normal file
View File

@@ -0,0 +1,8 @@
# should be in /etc/X11/xorg.conf.d/
Section "InputClass"
MatchIsKeyboard "yes"
Identifier "MoErgo Glove80"
MatchProduct "16c0:27db"
Option "XkbLayout" "eu"
EndSection

View File

@@ -0,0 +1,2 @@
# should be in /usr/lib/udev/rules.d
SUBSYSTEM=="input", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="27db", ENV{XKBLAYOUT}="eu"