begin udev and Xorg auto conf
This commit is contained in:
8
99-keyboard-glove80.conf
Normal file
8
99-keyboard-glove80.conf
Normal 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
|
||||
|
||||
2
99-keyboard-glove80.rules
Normal file
2
99-keyboard-glove80.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# should be in /usr/lib/udev/rules.d
|
||||
SUBSYSTEM=="input", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="27db", ENV{XKBLAYOUT}="eu"
|
||||
Reference in New Issue
Block a user