From 90f51ba130eb671ff0be873a48bd0cb8f0c700ea Mon Sep 17 00:00:00 2001 From: Bridger Brown <106130443+bridgerbrown@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:25:57 -0700 Subject: [PATCH] Added Viper V2 Pro Wired and Wireless --- src/devices/viper_v2_pro_wired.json | 23 +++++++++++++++++++++++ src/devices/viper_v2_pro_wireless.json | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/devices/viper_v2_pro_wired.json create mode 100644 src/devices/viper_v2_pro_wireless.json diff --git a/src/devices/viper_v2_pro_wired.json b/src/devices/viper_v2_pro_wired.json new file mode 100644 index 0000000..70dd50a --- /dev/null +++ b/src/devices/viper_v2_pro_wired.json @@ -0,0 +1,23 @@ +{ + "name": "Razer Viper V2 Pro Wired", + "productId": "0x00A5", + "mainType": "mouse", + "image": "https://dl.razerzone.com/src/6048-1-en-v10.png", + "features": null, + "featuresMissing": ["waveSimple", "oldMouseEffects", "reactive", "breathe"], + "featuresConfig": [ + { + "mouseBrightness": { + "enabledMatrix": false, + "enabledScroll": false, + "enabledLeft": false, + "enabledRight": false + } + }, + { + "dpi": { + "max": 30000 + } + } + ] +} diff --git a/src/devices/viper_v2_pro_wireless.json b/src/devices/viper_v2_pro_wireless.json new file mode 100644 index 0000000..3514393 --- /dev/null +++ b/src/devices/viper_v2_pro_wireless.json @@ -0,0 +1,23 @@ +{ + "name": "Razer Viper V2 Pro Wireless", + "productId": "0x00A6", + "mainType": "mouse", + "image": "https://dl.razerzone.com/src/6048-1-en-v10.png", + "features": null, + "featuresMissing": ["waveSimple", "oldMouseEffects", "reactive", "breathe"], + "featuresConfig": [ + { + "mouseBrightness": { + "enabledMatrix": false, + "enabledScroll": false, + "enabledLeft": false, + "enabledRight": false + } + }, + { + "dpi": { + "max": 30000 + } + } + ] +}