diff --git a/resources/build.py b/resources/build.py index 11b844418..33d24637c 100644 --- a/resources/build.py +++ b/resources/build.py @@ -704,6 +704,8 @@ class BuildOpenCore: elif self.computer.bluetooth_chipset == "3rd Party Bluetooth 4.0 Hub": print("- Detected 3rd Party Chipset") self.enable_kext("BlueToolFixup.kext", self.constants.bluetool_version, self.constants.bluetool_path) + print("- Enabling Bluetooth FeatureFlags") + self.config["Kernel"]["Quirks"]["ExtendBTFeatureFlags"] = True elif smbios_data.smbios_dictionary[self.model]["Bluetooth Model"] <= bluetooth_data.bluetooth_data.BRCM20702_v1.value: print("- Fixing Legacy Bluetooth for macOS Monterey") self.enable_kext("BlueToolFixup.kext", self.constants.bluetool_version, self.constants.bluetool_path)