Skip to content

Commit

Permalink
Huntsman v2 support (1kc#3)
Browse files Browse the repository at this point in the history
* Huntsman V2 Support

* Update librazermacos

* Update Readme

Confirmed working in [1kc#482](1kc#482)
  • Loading branch information
WrathofthePast committed Nov 9, 2021
1 parent f58e3fc commit 872dfcb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Keyboards:
- Razer Huntsman Elite
- Razer Huntsman TE
- Razer Huntsman V2 Analog
- Razer Huntsman V2
- Razer Cynosa V2
- Razer Ornata V2

Expand Down
2 changes: 1 addition & 1 deletion librazermacos
21 changes: 21 additions & 0 deletions src/devices/huntsman_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Razer Huntsman V2",
"productId": "0x026c",
"mainType": "keyboard",
"image": "https://dl.razerzone.com/src/4023-1-EN-v1.png",
"features": null,
"featuresConfig": [
{
"ripple": {
"rows": 9,
"cols": 22
}
},
{
"wheel": {
"rows": 9,
"cols": 22
}
}
]
}

0 comments on commit 872dfcb

Please sign in to comment.