pine64-pinebook-pro: remove "internal keyboard" libinput quirk
This quirk has been upstreamed, and thus we longer need to keep it in
nixos-hardware: c053d7b078
This commit is contained in:
parent
c1ebe3b471
commit
0e1e24d2fd
|
@ -53,17 +53,6 @@
|
|||
''
|
||||
];
|
||||
|
||||
# https://github.com/elementary/os/blob/05a5a931806d4ed8bc90396e9e91b5ac6155d4d4/build-pinebookpro.sh#L253-L257
|
||||
# Mark the keyboard as internal, so that "disable when typing" works for the touchpad
|
||||
environment.etc."libinput/local-overrides.quirks".text = ''
|
||||
[Pinebook Pro Keyboard]
|
||||
MatchUdevType=keyboard
|
||||
MatchBus=usb
|
||||
MatchVendor=0x258A
|
||||
MatchProduct=0x001E
|
||||
AttrKeyboardIntegration=internal
|
||||
'';
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
hardware.firmware = [
|
||||
(pkgs.callPackage ./firmware/ap6256-firmware { })
|
||||
|
|
Loading…
Reference in a new issue