diff --git a/Laptops/trackpad-methods/manual.md b/Laptops/trackpad-methods/manual.md index 8bbf12d..c4367fa 100644 --- a/Laptops/trackpad-methods/manual.md +++ b/Laptops/trackpad-methods/manual.md @@ -61,11 +61,17 @@ Following the example pathing we found, the SSDT should look something like this **After**: ``` -If (_OSI ("Darwin")) + +External(GPEN, FieldUnitObj) <- Declare the right variables +External(SBRG, FieldUnitObj) <- Declare the right variables + +Scope (\) { - GPEN = One <- Change to the right variables - SBRG = One <- Change to the right variables -} + If (_OSI ("Darwin")) + { + GPEN = One <- Change to the right variables + SBRG = One <- Change to the right variables + } ``` ![](../../images/Laptops/trackpad-md/ssdt-after.png) diff --git a/images/Laptops/trackpad-md/ssdt-after.png b/images/Laptops/trackpad-md/ssdt-after.png index 5edc986..2f2eda8 100644 Binary files a/images/Laptops/trackpad-md/ssdt-after.png and b/images/Laptops/trackpad-md/ssdt-after.png differ