Skip to content

Commit

Permalink
Merge pull request #606 from WrathofthePast/Bug-Fixes
Browse files Browse the repository at this point in the history
Fix Basilisk V3 and Huntsman V2 Analog
  • Loading branch information
1kc authored Sep 21, 2022
2 parents 9b2bf89 + a37c5bb commit 89fd5e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,11 @@ dist
build/

# IntelliJ
.idea
.idea

# Yarn Lock file
yarn.lock

# vscode files
.vscode/
.vscode/settings.json
2 changes: 1 addition & 1 deletion librazermacos
3 changes: 1 addition & 2 deletions src/devices/basilisk_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"mainType": "mouse",
"image": "https://dl.razerzone.com/src/5620/5620-1-en-v1.png",
"features": null,
"featuresMissing": ["oldMouseEffects", "reactive", "battery", "breathe"],
"featuresMissing": ["oldMouseEffects", "reactive", "breathe"],
"featuresConfig": [
{
"dpi": {
Expand All @@ -13,7 +13,6 @@
},
{
"mouseBrightness": {
"enabledMatrix": false,
"enabledLeft": false,
"enabledRight": false
}
Expand Down
4 changes: 2 additions & 2 deletions src/devices/huntsman_v2_analog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"featuresConfig": [
{
"ripple": {
"rows": 9,
"rows": 8,
"cols": 22
}
},
{
"wheel": {
"rows": 9,
"rows": 8,
"cols": 22
}
}
Expand Down

0 comments on commit 89fd5e6

Please sign in to comment.