This commit is contained in:
Serge
2024-01-13 16:36:53 +01:00
parent 5986707f90
commit a29cd7e1be

View File

@@ -659,6 +659,8 @@ namespace GHelper.USB
break;
}
if (isACPI) Program.acpi.TUFKeyboardRGB(AuraMode.AuraStatic, color, 0xeb);
AsusHid.Write(new List<byte[]> { AuraMessage(AuraMode.AuraStatic, color, color, 0xeb, isSingleColor), MESSAGE_APPLY, MESSAGE_SET });
}