Skip to content

Commit 755813c

Browse files
Relief Melonemergify[bot]
authored andcommitted
asus/zephyrus/gu605my: enable asusd by default and fix mic mute button
1 parent cfb3537 commit 755813c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

asus/zephyrus/gu605my/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,13 @@
1717

1818
dynamicBoost.enable = lib.mkDefault true;
1919
};
20+
21+
services = {
22+
asusd.enable = lib.mkDefault true;
23+
24+
udev.extraHwdb = ''
25+
evdev:name:*:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:*
26+
KEYBOARD_KEY_ff31007c=f20 # fixes mic mute button
27+
'';
28+
};
2029
}

0 commit comments

Comments
 (0)