Skip to content

Commit c9de019

Browse files
committedDec 16, 2021
Merge branch 'Mamba-Wireless-Parity-Improvement' of https://github.com/WrathofthePast/razer-macos into 0.4.8_for_code_signing
2 parents 0b516a0 + b14d02f commit c9de019

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
 

‎src/devices/mamba_wireless.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
"mainType": "mouse",
55
"image": "https://assets.razerzone.com/eeimages/support/products/1404/1404_mamba_wireless.png",
66
"features": null,
7-
"featuresMissing": ["mouseBrightness"],
87
"featuresConfig": [
8+
{
9+
"mouseBrightness": {
10+
"enabledMatrix": false,
11+
"enabledLeft": false,
12+
"enabledRight": false
13+
}
14+
},
915
{
1016
"dpi": {
1117
"max": 16000
1218
}
1319
}
1420
]
15-
}
21+
}

‎src/devices/mamba_wireless_wired.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
}
1919
}
2020
]
21-
}
21+
}

0 commit comments

Comments
 (0)
Please sign in to comment.