1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-19 21:07:23 +02:00

asus/zephyrus/gu605my: enable asusd by default and fix mic mute button

This commit is contained in:
Relief Melone 2024-09-07 00:55:54 +02:00 committed by mergify[bot]
parent cfb3537b15
commit 755813cba8

View file

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