Support for Razer ornata v3 tenkeyless 02A3

This commit is contained in:
Luca
2024-01-03 13:59:43 +00:00
committed by Adam Honse
parent 28947ac0dd
commit bdfcef8dc1
4 changed files with 40 additions and 0 deletions

View File

@@ -1976,6 +1976,41 @@ static const razer_device ornata_v3_rev2_device =
NULL
};
/*-------------------------------------------------------------*\
| Razer Ornata V3 TKL 1532:02A3 |
| |
| Zone "Keyboard" |
| Single |
| 1 LED |
\*-------------------------------------------------------------*/
static const razer_zone ornata_v3_tkl_zone =
{
ZONE_EN_KEYBOARD,
ZONE_TYPE_SINGLE,
1,
1
};
static const razer_device ornata_v3_tkl_device =
{
"Razer Ornata V3 TKL",
RAZER_ORNATA_V3_TKL_PID,
DEVICE_TYPE_KEYBOARD,
RAZER_MATRIX_TYPE_EXTENDED,
0x1F,
1,
1,
{
&ornata_v3_tkl_zone,
NULL,
NULL,
NULL,
NULL,
NULL
},
NULL
};
/*-------------------------------------------------------------*\
| Razer Ornata V3 X |
| |
@@ -7786,6 +7821,7 @@ const razer_device* razer_device_list[] =
&ornata_chroma_v2_device,
&ornata_v3_device,
&ornata_v3_rev2_device,
&ornata_v3_tkl_device,
&ornata_v3_x_device,
&ornata_v3_x_v2_device,
/*-----------------------------------------------------------------*\