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

View File

@@ -12,4 +12,10 @@
amdgpuBusId = "PCI:7:0:0"; amdgpuBusId = "PCI:7:0:0";
nvidiaBusId = "PCI:1: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
'';
} }