diff --git a/README.md b/README.md index ffb8f14..5a353f6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ Keyboards: - Razer BlackWidow Ultimate 2013 - Razer BlackWidow Ultimate 2016 - Razer BlackWidow V3 -- Razer BlackWidow V3 Pro (wired) +- Razer BlackWidow V3 Pro (Wired) +- Razer BlackWidow V3 Pro (Wireless) - Razer BlackWidow V3 TK - Razer BlackWidow X Chroma - Razer BlackWidow X Chroma Tournament Edition diff --git a/librazermacos b/librazermacos index 0ccc968..36afd71 160000 --- a/librazermacos +++ b/librazermacos @@ -1 +1 @@ -Subproject commit 0ccc968dd1b809adec450e194a060675e56fb8f6 +Subproject commit 36afd7187dce32fa86334bd226a70186f792e651 diff --git a/src/devices/blackwidow_v3_pro_wireless.json b/src/devices/blackwidow_v3_pro_wireless.json new file mode 100644 index 0000000..9fc3b8e --- /dev/null +++ b/src/devices/blackwidow_v3_pro_wireless.json @@ -0,0 +1,21 @@ +{ + "name": "Razer BlackWidow V3 Pro (Wireless)", + "productId": "0x025C", + "mainType": "keyboard", + "image": "https://dl.razerzone.com/src/3809-1-EN-v1.png", + "features": null, + "featuresConfig": [ + { + "ripple": { + "rows": 6, + "cols": 22 + } + }, + { + "wheel": { + "rows": 6, + "cols": 22 + } + } + ] +}