- Joined
 - Mar 17, 2020
 
- Messages
 - 34
 
- Motherboard
 - Lenovo V110-15IKB
 
- CPU
 - i5-7200U
 
- Graphics
 - UHD 620 + Disabled AMD R7 M240
 
- OS X/macOS
 - 10.13.x
 
- Bootloader
 - Clover (UEFI)
 
- Mobile Phone
 - iOS
 
Hi I've been following your guide on Fixing The Brightness Keys with BRT6.
I have created the following origin folder and opened SSDT-10-Sfgh.dsl and DSDT.dsl clicked patch pasted following but apply button got disabled.
If somebody can patch or can tell me what the problem is I'll be really happy.
	
	
	
		
	
		
			
		
		
	
				
			I have created the following origin folder and opened SSDT-10-Sfgh.dsl and DSDT.dsl clicked patch pasted following but apply button got disabled.
If somebody can patch or can tell me what the problem is I'll be really happy.
		Code:
	
	into method label BRT6 replace_content
begin
    If (LEqual (Arg0, One))\n
    {\n
// Brightness Up\n
        Notify (^^LPCB.PS2K, 0x0406)\n
    }\n
    If (And (Arg0, 0x02))\n
    {\n
// Brightness Down\n
        Notify (^^LPCB.PS2K, 0x0405)\n
    }\n
end;