Fix the number of LEDs for Lancehead devices; 16 LEDs, not 18 #6
This commit is contained in:
parent
651a8d2f2a
commit
c29a38a8c9
2 changed files with 40 additions and 40 deletions
|
|
@ -3114,11 +3114,11 @@ static const razer_device diamondback_chroma_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3133,7 +3133,7 @@ static const razer_zone lancehead_te_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_te_left_zone =
|
||||
|
|
@ -3141,7 +3141,7 @@ static const razer_zone lancehead_te_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_te_logo_zone =
|
||||
|
|
@ -3166,7 +3166,7 @@ static const razer_device lancehead_te_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_te_right_zone,
|
||||
&lancehead_te_left_zone,
|
||||
|
|
@ -3184,11 +3184,11 @@ static const razer_device lancehead_te_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3203,7 +3203,7 @@ static const razer_zone lancehead_v2_wired_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_v2_wired_left_zone =
|
||||
|
|
@ -3211,7 +3211,7 @@ static const razer_zone lancehead_v2_wired_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_v2_wired_logo_zone =
|
||||
|
|
@ -3236,7 +3236,7 @@ static const razer_device lancehead_v2_wired_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_v2_wired_right_zone,
|
||||
&lancehead_v2_wired_left_zone,
|
||||
|
|
@ -3254,11 +3254,11 @@ static const razer_device lancehead_v2_wired_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3273,7 +3273,7 @@ static const razer_zone lancehead_v2_wireless_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_v2_wireless_left_zone =
|
||||
|
|
@ -3281,7 +3281,7 @@ static const razer_zone lancehead_v2_wireless_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_v2_wireless_logo_zone =
|
||||
|
|
@ -3306,7 +3306,7 @@ static const razer_device lancehead_v2_wireless_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_v2_wireless_right_zone,
|
||||
&lancehead_v2_wireless_left_zone,
|
||||
|
|
|
|||
|
|
@ -3423,11 +3423,11 @@ static const razer_device diamondback_chroma_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3442,7 +3442,7 @@ static const razer_zone lancehead_2017_wired_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2017_wired_left_zone =
|
||||
|
|
@ -3450,7 +3450,7 @@ static const razer_zone lancehead_2017_wired_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2017_wired_logo_zone =
|
||||
|
|
@ -3476,7 +3476,7 @@ static const razer_device lancehead_2017_wired_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_2017_wired_right_zone,
|
||||
&lancehead_2017_wired_left_zone,
|
||||
|
|
@ -3494,11 +3494,11 @@ static const razer_device lancehead_2017_wired_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3513,7 +3513,7 @@ static const razer_zone lancehead_2017_wireless_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2017_wireless_left_zone =
|
||||
|
|
@ -3521,7 +3521,7 @@ static const razer_zone lancehead_2017_wireless_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2017_wireless_logo_zone =
|
||||
|
|
@ -3547,7 +3547,7 @@ static const razer_device lancehead_2017_wireless_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_2017_wireless_right_zone,
|
||||
&lancehead_2017_wireless_left_zone,
|
||||
|
|
@ -3565,11 +3565,11 @@ static const razer_device lancehead_2017_wireless_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3584,7 +3584,7 @@ static const razer_zone lancehead_2019_wired_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2019_wired_left_zone =
|
||||
|
|
@ -3592,7 +3592,7 @@ static const razer_zone lancehead_2019_wired_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2019_wired_logo_zone =
|
||||
|
|
@ -3618,7 +3618,7 @@ static const razer_device lancehead_2019_wired_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_2019_wired_right_zone,
|
||||
&lancehead_2019_wired_left_zone,
|
||||
|
|
@ -3636,11 +3636,11 @@ static const razer_device lancehead_2019_wired_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3655,7 +3655,7 @@ static const razer_zone lancehead_2019_wireless_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2019_wireless_left_zone =
|
||||
|
|
@ -3663,7 +3663,7 @@ static const razer_zone lancehead_2019_wireless_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_2019_wireless_logo_zone =
|
||||
|
|
@ -3689,7 +3689,7 @@ static const razer_device lancehead_2019_wireless_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_2019_wireless_right_zone,
|
||||
&lancehead_2019_wireless_left_zone,
|
||||
|
|
@ -3707,11 +3707,11 @@ static const razer_device lancehead_2019_wireless_device =
|
|||
| |
|
||||
| Zone "Right" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Left" |
|
||||
| Linear |
|
||||
| 8 LEDs |
|
||||
| 7 LEDs |
|
||||
| |
|
||||
| Zone "Logo" |
|
||||
| Single |
|
||||
|
|
@ -3726,7 +3726,7 @@ static const razer_zone lancehead_te_right_zone =
|
|||
"Right LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_te_left_zone =
|
||||
|
|
@ -3734,7 +3734,7 @@ static const razer_zone lancehead_te_left_zone =
|
|||
"Left LED Strip",
|
||||
ZONE_TYPE_LINEAR,
|
||||
1,
|
||||
8
|
||||
7
|
||||
};
|
||||
|
||||
static const razer_zone lancehead_te_logo_zone =
|
||||
|
|
@ -3760,7 +3760,7 @@ static const razer_device lancehead_te_device =
|
|||
DEVICE_TYPE_MOUSE,
|
||||
true,
|
||||
1,
|
||||
18,
|
||||
16,
|
||||
{
|
||||
&lancehead_te_right_zone,
|
||||
&lancehead_te_left_zone,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue