Change device type for Razer Nommos to Speaker

This commit is contained in:
Adam Honse 2021-02-15 08:47:43 -06:00
parent e9f3a1b3b9
commit 88eb979544
2 changed files with 4 additions and 4 deletions

View file

@ -4589,7 +4589,7 @@ static const razer_zone nommo_pro_right_zone =
static const razer_device nommo_pro_device =
{
"Razer Nommo Pro",
DEVICE_TYPE_UNKNOWN,
DEVICE_TYPE_SPEAKER,
true,
2,
8,
@ -4636,7 +4636,7 @@ static const razer_zone nommo_chroma_left_zone =
static const razer_device nommo_chroma_device =
{
"Razer Nommo Chroma",
DEVICE_TYPE_UNKNOWN,
DEVICE_TYPE_SPEAKER,
true,
2,
24,

View file

@ -5035,7 +5035,7 @@ static const razer_device nommo_pro_device =
{
"Razer Nommo Pro",
RAZER_NOMMO_PRO_PID,
DEVICE_TYPE_UNKNOWN,
DEVICE_TYPE_SPEAKER,
true,
2,
8,
@ -5083,7 +5083,7 @@ static const razer_device nommo_chroma_device =
{
"Razer Nommo Chroma",
RAZER_NOMMO_CHROMA_PID,
DEVICE_TYPE_UNKNOWN,
DEVICE_TYPE_SPEAKER,
true,
2,
24,