Skip to content

Commit

Permalink
#3 Add support for Razer Blade 18 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Oct 31, 2024
1 parent e1a64a0 commit 11826b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion razer_control_gui/data/devices/laptops.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,12 @@
"pid": "0279",
"features": ["logo", "boost"],
"fan": [2300, 4300]
}
},
{
"name": "Razer Blade 18 2023",
"vid": "1532",
"pid": "02a0",
"features": ["logo", "boost", "bho"],
"fan": [2200, 5000]
}
]
2 changes: 1 addition & 1 deletion razer_control_gui/data/udev/99-hidraw-permissions.rules
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KERNEL=="hidraw*", ATTRS{idProduct}=="020f|0210|0224|0225|022d|022f|0232|0233|0234|0239|023a|023b|0240|0245|0246|024a|0252|0253|0255|0256|026a|026f|0270|0276|026d|027a|028a|028b|028c|0259|029f|029d|026e|02b6|0279|", ATTRS{idVendor}=="1532", MODE="0666", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idProduct}=="020f|0210|0224|0225|022d|022f|0232|0233|0234|0239|023a|023b|0240|0245|0246|024a|0252|0253|0255|0256|026a|026f|0270|0276|026d|027a|028a|028b|028c|0259|029f|029d|026e|02b6|0279|02a0|", ATTRS{idVendor}=="1532", MODE="0666", TAG+="uaccess"

0 comments on commit 11826b8

Please sign in to comment.