Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dragonpod/razer-macos into dragon…
Browse files Browse the repository at this point in the history
…pod-master
  • Loading branch information
1kc committed Sep 21, 2022
2 parents e6a9909 + 85fccad commit b7387b1
Show file tree
Hide file tree
Showing 6 changed files with 1,896 additions and 1,924 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Keyboards:
- Razer BlackWidow Ultimate 2013
- Razer BlackWidow Ultimate 2016
- Razer BlackWidow V3
- Razer BlackWidow V3 Mini Hyperspeed
- Razer BlackWidow V3 Pro (wired)
- Razer BlackWidow V3 TK
- Razer BlackWidow X Chroma
Expand Down
1 change: 0 additions & 1 deletion librazermacos
Submodule librazermacos deleted from 78fa37
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/preset-react": "^7.9.4",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.1.0",
"electron": "^11.5.0",
"electron-builder": "^23.3.3",
Expand Down
21 changes: 21 additions & 0 deletions src/devices/blackwidow_v3_mini_wired.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Razer BlackWidow V3 Mini Hyperspeed (Wired)",
"productId": "0x0258",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1777/500x500-blackwidowv3mini.png",
"features": null,
"featuresConfig": [
{
"ripple": {
"rows": 5,
"cols": 16
}
},
{
"wheel": {
"rows": 5,
"cols": 16
}
}
]
}
21 changes: 21 additions & 0 deletions src/devices/blackwidow_v3_mini_wireless.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Razer BlackWidow V3 Mini Hyperspeed (Wireless)",
"productId": "0x0271",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1777/500x500-blackwidowv3mini.png",
"features": null,
"featuresConfig": [
{
"ripple": {
"rows": 5,
"cols": 16
}
},
{
"wheel": {
"rows": 5,
"cols": 16
}
}
]
}
Loading

0 comments on commit b7387b1

Please sign in to comment.