Skip to content

Commit

Permalink
Merge pull request #9 from Svdbroek/blackwidowV4Pro-support-stickoking
Browse files Browse the repository at this point in the history
Add support for Razer BlackWidow V4 Pro keyboard
  • Loading branch information
stickoking authored Feb 29, 2024
2 parents 0252db2 + 34387da commit f07d6d6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Keyboards:
- Razer BlackWidow X Chroma
- Razer BlackWidow X Chroma Tournament Edition
- Razer BlackWidow X Chroma Ultimate
- Razer BlackWidow V4 PRO
- Razer BlackWidow V4 75%
- Razer Cynosa Chroma
- Razer Cynosa Lite
Expand Down
21 changes: 21 additions & 0 deletions src/devices/blackwidow_v4_pro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Razer BlackWidow V4 PRO",
"productId": "0x028D",
"mainType": "keyboard",
"image": "https://azerty.nl/media/catalog/product/g/i/gi4ifR.5010219_06742da53eb38b6a14ce2a73eb44f154-d632f228.jpg?quality=80&bg-color=255,255,255&fit=bounds&height=700&width=700&canvas=700:700",
"features": null,
"featuresConfig": [
{
"ripple": {
"rows": 6,
"cols": 24
}
},
{
"wheel": {
"rows": 6,
"cols": 24
}
}
]
}

0 comments on commit f07d6d6

Please sign in to comment.