fix brightness of some Asus Aura Mice
This commit is contained in:
parent
e6b16ff7c4
commit
16b4235758
1 changed files with 8 additions and 8 deletions
|
|
@ -188,7 +188,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
255,
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
false,
|
||||
1,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -201,7 +201,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
255,
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
false,
|
||||
1,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -214,7 +214,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
255,
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
true,
|
||||
1,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -227,7 +227,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
255,
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
true,
|
||||
1,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -279,7 +279,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
15, // technically until 255, but unusably slow after 15
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
false,
|
||||
2,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -292,7 +292,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
15, // technically until 255, but unusably slow after 15
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
true,
|
||||
2,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -305,7 +305,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
15, // technically until 255, but unusably slow after 15
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
false,
|
||||
1,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
@ -318,7 +318,7 @@ static std::map<int,mouse_type> aura_mouse_devices =
|
|||
15, // technically until 255, but unusably slow after 15
|
||||
1,
|
||||
0,
|
||||
64,
|
||||
100,
|
||||
true,
|
||||
1,
|
||||
{ AURA_MOUSE_ZONE_LOGO, AURA_MOUSE_ZONE_SCROLL, AURA_MOUSE_ZONE_UNDERGLOW },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue