mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +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;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  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