From 7a1ee9bdaeca454506380d677cbd421fd701df19 Mon Sep 17 00:00:00 2001 From: Voice <53106311+TheodoreBrinkman@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:44:12 -0500 Subject: [PATCH] Initial swag at device support Initial swag at config to support SWTOR Gaming Mouse V2. --- src/devices/swtor_mouse.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/devices/swtor_mouse.js diff --git a/src/devices/swtor_mouse.js b/src/devices/swtor_mouse.js new file mode 100644 index 0000000..9876acf --- /dev/null +++ b/src/devices/swtor_mouse.js @@ -0,0 +1,9 @@ +{ + "name": "Razer SWTOR Mouse V2", + "productId": "0x002a", + "mainType": "mouse", + "image": "https://assets.razerzone.com/eeimages/support/products/185/star.wars.razer.mouse.jpg", + "features": [] + "featuresMissing": ["none"] + "featuresConfig": [] +}