74db854263
[ci:skip-build]: already built successfully in CI
17 lines
428 B
Text
17 lines
428 B
Text
Section "InputClass"
|
|
Identifier "generic-keyboard"
|
|
MatchIsKeyboard "True"
|
|
MatchDevicePath "/dev/input/event*"
|
|
Option "XkbLayout" "us"
|
|
Option "XkbModel" "pc104"
|
|
EndSection
|
|
|
|
Section "InputClass"
|
|
Identifier "PinePhone Keyboard"
|
|
MatchIsKeyboard "True"
|
|
MatchDevicePath "/dev/input/event*"
|
|
MatchProduct "PinePhone Keyboard"
|
|
Option "XkbLayout" "us"
|
|
Option "XkbModel" "ppkb"
|
|
Option "XkbOptions" "lv3:ralt_switch"
|
|
EndSection
|