pmaports/device/main/device-pine64-pinephone/x11-pinephone-keyboard.conf
Elagost 74db854263
device-pine64-pinephone: subpkgs for sway and x11 keyboard configs (MR 3845)
[ci:skip-build]: already built successfully in CI
2023-03-02 08:22:41 +01:00

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