mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
TUF keyboard adjustment
This commit is contained in:
@@ -264,7 +264,7 @@ public class ASUSWmi
|
|||||||
{
|
{
|
||||||
|
|
||||||
byte[] setting = new byte[12];
|
byte[] setting = new byte[12];
|
||||||
setting[0] = (byte)1;
|
setting[0] = (byte)0xB4;
|
||||||
setting[1] = (byte)mode;
|
setting[1] = (byte)mode;
|
||||||
setting[2] = color.R;
|
setting[2] = color.R;
|
||||||
setting[3] = color.G;
|
setting[3] = color.G;
|
||||||
|
|||||||
Reference in New Issue
Block a user