Skip to content

Commit

Permalink
Merge pull request 1kc#486 from WrathofthePast/master
Browse files Browse the repository at this point in the history
Huntsman V2 Support
  • Loading branch information
1kc committed Nov 12, 2021
2 parents f58e3fc + 937678e commit e8e8c2f
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://assets3.razerzone.com/QYslx_0_W5a9v8kaW2k-eHQ3DMA=/300x300/https%3A%2F%2Fhybrismediaprod.blob.core.windows.net%2Fsys-master-phoenix-images-container%2Fh61%2Fhd7%2F9239675633694%2Fhuntsman-v2-500x500.png",
"features": null,
"featuresConfig": [
{
"ripple": {
"rows": 6,
"cols": 22
}
},
{
"wheel": {
"rows": 6,
"cols": 22
}
}
]
}

0 comments on commit e8e8c2f

Please sign in to comment.