1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

asus-zephyrus-ga402: fix mic mute button

This commit is contained in:
figsoda 2023-01-01 12:31:25 -05:00
parent 0517e81e8c
commit 6517e0efcb

View file

@ -11,6 +11,12 @@
services = {
asusd.enable = lib.mkDefault true;
# fixes mic mute button
udev.extraHwdb = ''
evdev:name:*:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:*
KEYBOARD_KEY_ff31007c=f20
'';
};
boot = {