Skip to content

Commit

Permalink
asus/zephyrus/gu605my: enable asusd by default and fix mic mute button
Browse files Browse the repository at this point in the history
  • Loading branch information
Relief Melone authored and mergify[bot] committed Sep 9, 2024
1 parent cfb3537 commit 755813c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions asus/zephyrus/gu605my/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
'';
};
}

0 comments on commit 755813c

Please sign in to comment.