Skip to content

Commit d95e78b

Browse files
committed
Enable automatic transition for darp6
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.
1 parent 89f6608 commit d95e78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/transition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Make sure this is up to date with support article
22
static TRANSITIONS: &'static [Transition] = &[
33
Transition::new("addw2", "PBx0Dx2", false),
4-
Transition::new("darp6", "N150CU", false), // TODO: set liberate to true
4+
Transition::new("darp6", "N150CU", true),
55
// 17-inch 1660Ti
66
Transition::new_variant("gaze15", 0, "NH5xDC", false),
77
// 15-inch 1660Ti

0 commit comments

Comments
 (0)