Skip to content

Commit

Permalink
Merge pull request #269 from dhobi/show-all-devices
Browse files Browse the repository at this point in the history
Show all devices
  • Loading branch information
1kc authored Mar 9, 2021
2 parents 8b7ef77 + 046fd98 commit deee388
Show file tree
Hide file tree
Showing 201 changed files with 5,791 additions and 4,123 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,7 @@ dist
.vscode-test

.DS_Store
build/
build/

# IntelliJ
.idea
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
"dependencies": {
"dot-prop": "^5.3.0",
"electron-json-storage": "^4.2.0",
"iohook": "^0.7.2",
"node-addon-api": "^1.0.0",
"node-forge": "^0.10.0",
"react": "^16.13.1",
"react-color": "^2.18.0",
"react-dom": "^16.13.1",
"react-select": "^3.2.0",
"react-slider": "^1.1.2",
"react-tabs": "^3.1.2",
"source-map-support": "^0.5.12"
Expand Down Expand Up @@ -80,5 +82,16 @@
}
]
}
},
"iohook": {
"targets": [
"electron-85"
],
"platforms": [
"darwin"
],
"arches": [
"x64"
]
}
}
7 changes: 7 additions & 0 deletions src/devices/abyssus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Abyssus",
"productId": "0x0042",
"mainType": "mouse",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/abyssus_1800.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Abyssus 1800",
"productId": "0x0020",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1277/1277_abyssus_2000.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/abyssus_2000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Abyssus 2000",
"productId": "0x005E",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1277/1277_abyssus_2000.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/abyssus_elite_dva_edition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Abyssus Elite DVA Edition",
"productId": "0x006A",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1288/d.va_abyssus_elite.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/abyssus_essential.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Abyssus Essential",
"productId": "0x006B",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1290/1290_abyssusessential.png",
"features": null
}
21 changes: 21 additions & 0 deletions src/devices/abyssus_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Razer Abyssus V2",
"productId": "0x005B",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/721/721_abyssusv2.png",
"features": [
{
"none": null
},
{
"static": {
"disabledRed": true
}
},
{
"oldMouseEffects": {
"disabledScroll": true
}
}
]
}
7 changes: 7 additions & 0 deletions src/devices/anansi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Anansi",
"productId": "0x010F",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/54/54_anansi.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/base_station_v2_chroma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Base Station V2 Chroma",
"productId": "0x0F20",
"mainType": "accessory",
"image": "https://dl.razerzone.com/src/3897-1-EN-v2.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/basilisk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Basilisk",
"productId": "0x0064",
"mainType": "mouse",
"image": "https://assets.razerzone.com/eeimages/support/products/1241/1241_basilisk.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/basilisk_ultimate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Basilisk Ultimate",
"productId": "0x0086",
"mainType": "mouse",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/basilisk_ultimate_receiver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Basilisk Ultimate Receiver",
"productId": "0x0088",
"mainType": "mouse",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/basilisk_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Basilisk V2",
"productId": "0x0085",
"mainType": "mouse",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_2019.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow 2019",
"productId": "0x0241",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1501/1501-blackwidow2019.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_chroma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Chroma",
"productId": "0x0203",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/279/279_blackwidow_chroma.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_chroma_te.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Chroma Tournament Edition",
"productId": "0x0209",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/571/571_blackwidow_tournament_edition_chroma.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_chroma_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Chroma V2",
"productId": "0x0221",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1179/1179_blackwidow_chroma_v2_alt.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_elite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Elite",
"productId": "0x0228",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1398/1398_blackwidowelite.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_essential.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Essential",
"productId": "0x0237",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1501/1501-blackwidow2019.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_lite.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Lite",
"productId": "0x0235",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1456/1456_blackwidowlite_-_2.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_overwatch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Overwatch",
"productId": "0x0211",
"mainType": "keyboard",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_stealth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Stealth",
"productId": "0x011B",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/products/17559/razer-blackwidow-gallery-01.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_stealth_edition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Stealth Edition",
"productId": "0x010E",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/products/17559/razer-blackwidow-gallery-01.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_ultimate_2012.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Ultimate 2012",
"productId": "0x010D",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/563/563_blackwidow_ultimate_classic.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_ultimate_2013.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Ultimate 2013",
"productId": "0x011A",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/245/438_blackwidow_ultimate_2014.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_ultimate_2016.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow Ultimate 2016",
"productId": "0x0214",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/616/616_blackwidow_ultimate_2016.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_v3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow V3",
"productId": "0x024e",
"mainType": "keyboard",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_x_chroma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow X Chroma",
"productId": "0x0216",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/716/716_blackwidow_x_chroma.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_x_chroma_te.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow X Chroma Tournament Edition",
"productId": "0x021A",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/717/717_blackwidow_x_tournament_edition_chroma.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blackwidow_x_ultimate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer BlackWidow X Ultimate",
"productId": "0x0217",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/718/718_blackwidow_x_ultimate.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_2018.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade 15 (2018)",
"productId": "0x0233",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1418/1418_blade_2018__base.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_2018_base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade 15 (2018) Base Model",
"productId": "0x023b",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1418/1418_blade_2018__base.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_2018_mercury.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade 2018 Mercury",
"productId": "0x0240",
"mainType": "keyboard",
"image": null,
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_2019_adv.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade 15 (2019) Advanced",
"productId": "0x023a",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1482/blade15.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_2019_base.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade 15 (2019) Base Model",
"productId": "0x0246",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1518/1518_blade15_mid2019-base.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_late_2016.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade Late 2016",
"productId": "0x0224",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/736/736_blade_pro_2016.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_mid_2019_mercury.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade 15 (Mid 2019) Mercury White",
"productId": "0x0245",
"mainType": "keyboard",
"image": "https://assets2.razerzone.com/images/blade-15/shop/blade15-mercury-1.jpg",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_pro_2017.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade Pro (2017)",
"productId": "0x0225",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1200/1200_blade_pro_2017.png",
"features": null
}
7 changes: 7 additions & 0 deletions src/devices/blade_pro_2017_fullhd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Razer Blade Pro 2017 FullHD",
"productId": "0x022F",
"mainType": "keyboard",
"image": "https://assets.razerzone.com/eeimages/support/products/1200/1200_blade_pro_2017.png",
"features": null
}
Loading

0 comments on commit deee388

Please sign in to comment.