mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 20:49:40 +01:00
asus/zephyrus/gu605my: enable asusd by default and fix mic mute button
This commit is contained in:
parent
cfb3537b15
commit
755813cba8
1 changed files with 9 additions and 0 deletions
|
@ -17,4 +17,13 @@
|
||||||
|
|
||||||
dynamicBoost.enable = lib.mkDefault true;
|
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
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue