Skip to content

Commit

Permalink
Transition oryp5 to open firmware
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed Nov 29, 2022
1 parent 220411c commit 4e3b005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transition.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Make sure this is up to date with support article
static TRANSITIONS: &'static [Transition] = &[
static TRANSITIONS: &[Transition] = &[
Transition::new("addw2", "PBx0Dx2", false),
Transition::new("darp6", "N150CU", false), // TODO: set liberate to true
// 17-inch 1660Ti
Expand All @@ -10,6 +10,7 @@ static TRANSITIONS: &'static [Transition] = &[
Transition::new_variant("gaze15", 2, "NH50DB", false),
// 15-inch 1650/1650Ti
Transition::new_variant("gaze15", 3, "NH50DB", false),
Transition::new("oryp5", "P950Ex", false),
];

struct Transition {
Expand Down

0 comments on commit 4e3b005

Please sign in to comment.