From e4f6f02172c665130999fe822e28590755919fcc Mon Sep 17 00:00:00 2001 From: WrathofthePast <75559873+WrathofthePast@users.noreply.github.com> Date: Sun, 27 Mar 2022 11:36:02 -0400 Subject: [PATCH] Update mamba_te_wired.json --- src/devices/mamba_te_wired.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/devices/mamba_te_wired.json b/src/devices/mamba_te_wired.json index 07dee52..cb89492 100644 --- a/src/devices/mamba_te_wired.json +++ b/src/devices/mamba_te_wired.json @@ -4,5 +4,12 @@ "mainType": "mouse", "image": "https://assets.razerzone.com/eeimages/support/products/606/606_mambate_500x500.png", "features": null, - "featuresMissing": ["mouseBrightness"] -} \ No newline at end of file + "featuresMissing": ["mouseBrightness"], + "featuresConfig": [ + { + "dpi": { + "max": 16000 + } + } + ] +}