Merge pull request #394 from sagikazarmark/fix-mic-button-on-asus-zephyrus-ga503

fix: asus zephyrus g15 mute button
This commit is contained in:
Jörg Thalheim 2022-03-23 13:53:50 +00:00 committed by GitHub
commit 7c645f246e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -12,4 +12,10 @@
amdgpuBusId = "PCI:7:0:0";
nvidiaBusId = "PCI:1:0:0";
};
# fixes mic mute button
services.udev.extraHwdb = ''
evdev:name:*:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:*
KEYBOARD_KEY_ff31007c=f20
'';
}