Skip to content

Commit

Permalink
Enable automatic transition for darp6
Browse files Browse the repository at this point in the history
There shouldn't be any issues with Open EC on the darp6 now, and this
shouldn't have any noticeable harm while enabling things like the
Keyboard Configurator to work without manual transition.
  • Loading branch information
ids1024 committed Jun 11, 2021
1 parent 89f6608 commit d95e78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transition.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Make sure this is up to date with support article
static TRANSITIONS: &'static [Transition] = &[
Transition::new("addw2", "PBx0Dx2", false),
Transition::new("darp6", "N150CU", false), // TODO: set liberate to true
Transition::new("darp6", "N150CU", true),
// 17-inch 1660Ti
Transition::new_variant("gaze15", 0, "NH5xDC", false),
// 15-inch 1660Ti
Expand Down

0 comments on commit d95e78b

Please sign in to comment.