Skip to content

Commit

Permalink
fix boot
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez committed Apr 22, 2020
1 parent 4d542f9 commit 7dfcf5d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 28 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/.DS_Store
Binary file not shown.
Binary file modified EFI/CLOVER/kexts/Other/.DS_Store
Binary file not shown.
Binary file modified EFIOC/.DS_Store
Binary file not shown.
Binary file modified EFIOC/OC/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,6 @@
<dict>
<key>ButtonCount</key>
<integer>3</integer>
<key>ClickPadClickTime</key>
<integer>300000000</integer>
<key>ClickPadTrackBoth</key>
<true/>
<key>Darwin 16+</key>
<dict>
<key>ApplePreferenceCapability</key>
Expand All @@ -270,7 +266,7 @@
<key>TrackpadEmbedded</key>
<true/>
<key>TrackpadFourFingerGestures</key>
<false/>
<true/>
<key>TrackpadSecondaryClickCorners</key>
<true/>
<key>TrackpadThreeFingerDrag</key>
Expand All @@ -280,12 +276,8 @@
<false/>
<key>DisableLEDUpdating</key>
<false/>
<key>DynamicEWMode</key>
<false/>
<key>FakeMiddleButton</key>
<true/>
<key>FingerChangeIgnoreDeltas</key>
<integer>3</integer>
<key>ForceTouchMode</key>
<integer>1</integer>
<key>ForceTouchPressureThreshold</key>
Expand Down Expand Up @@ -367,18 +359,12 @@
<string>Thinkpad_ClickPad</string>
<key>Thinkpad_ClickPad</key>
<dict>
<key>DynamicEWMode</key>
<false/>
<key>EdgeBottom</key>
<integer>0</integer>
<key>FakeMiddleButton</key>
<false/>
<key>FingerZ</key>
<integer>30</integer>
<key>HWResetOnStart</key>
<true/>
<key>MaxTapTime</key>
<integer>100000000</integer>
<key>MouseMultiplierX</key>
<integer>2</integer>
<key>MouseMultiplierY</key>
Expand All @@ -387,37 +373,25 @@
<integer>2</integer>
<key>MouseScrollMultiplierY</key>
<integer>2</integer>
<key>PalmNoAction When Typing</key>
<true/>
<key>ScrollResolution</key>
<integer>800</integer>
<key>Thinkpad</key>
<true/>
</dict>
<key>Thinkpad_TrackPad</key>
<dict>
<key>DynamicEWMode</key>
<false/>
<key>FakeMiddleButton</key>
<false/>
<key>FingerZ</key>
<integer>47</integer>
<key>HWResetOnStart</key>
<true/>
<key>MaxTapTime</key>
<integer>100000000</integer>
<key>PalmNoAction When Typing</key>
<true/>
<key>Resolution</key>
<integer>3200</integer>
<key>ScrollResolution</key>
<integer>800</integer>
<key>SmoothInput</key>
<true/>
<key>Thinkpad</key>
<true/>
<key>UnsmoothInput</key>
<true/>
</dict>
<key>X1CG3</key>
<string>Thinkpad_ClickPad</string>
Expand Down
Binary file not shown.
23 changes: 22 additions & 1 deletion EFIOC/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@
<string>Skylake GT2 [HD Graphics 520]</string>
</dict>
</dict>
<key>Block</key>
<dict/>
</dict>
<key>Kernel</key>
<dict>
Expand Down Expand Up @@ -1057,6 +1059,8 @@
<false/>
<key>DisableIoMapper</key>
<true/>
<key>DisableRtcChecksum</key>
<false/>
<key>DummyPowerManagement</key>
<false/>
<key>ExternalDiskIcons</key>
Expand Down Expand Up @@ -1294,6 +1298,19 @@
</dict>
<key>UEFI</key>
<dict>
<key>APFS</key>
<dict>
<key>EnableJumpstart</key>
<false/>
<key>HideVerbose</key>
<false/>
<key>JumpstartHotPlug</key>
<false/>
<key>MinDate</key>
<integer>0</integer>
<key>MinVersion</key>
<integer>0</integer>
</dict>
<key>Audio</key>
<dict>
<key>AudioCodec</key>
Expand Down Expand Up @@ -1367,7 +1384,7 @@
<key>TextRenderer</key>
<string>BuiltinGraphics</string>
</dict>
<key>Protocols</key>
<key>ProtocolOverrides</key>
<dict>
<key>AppleAudio</key>
<false/>
Expand All @@ -1381,6 +1398,8 @@
<false/>
<key>AppleKeyMap</key>
<false/>
<key>AppleRtcRam</key>
<false/>
<key>AppleSmcIo</key>
<true/>
<key>AppleUserInterfaceTheme</key>
Expand Down Expand Up @@ -1413,6 +1432,8 @@
<key>UnblockFsConnect</key>
<false/>
</dict>
<key>ReservedMemory</key>
<array/>
</dict>
</dict>
</plist>

0 comments on commit 7dfcf5d

Please sign in to comment.