1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-18 10:38:33 +02:00

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:
Tom Fitzhenry 2023-09-29 04:11:18 +10:00 committed by mergify[bot]
parent c1ebe3b471
commit 0e1e24d2fd

View File

@ -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 { })