mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
asus/zephyrus/gu605my: enable asusd by default and fix mic mute button
This commit is contained in:
committed by
mergify[bot]
parent
cfb3537b15
commit
755813cba8
@@ -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
|
||||||
|
'';
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user