From dd798c02d127013d67221bd9e9192f205f790188 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 1 Jun 2021 20:41:56 -0600 Subject: [PATCH] Update ACCEL.md --- docs/ACCEL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/ACCEL.md b/docs/ACCEL.md index b5c08e862..697330f7d 100644 --- a/docs/ACCEL.md +++ b/docs/ACCEL.md @@ -32,6 +32,15 @@ Currently Zoom relies partially on Metal and so needs a small binary patch. Dosd Due to the usage of `amfi_get_out_of_my_way=1`, macOS will fail to prompt users for special permissions upon application start as well as omit the entires in System Preferences. To work around this, we recommend users install [tccplus](https://github.com/jslegendre/tccplus) to manage permissions. +Example usage with Discord and microphone permissions: + +```sh +# Open Terminal and run the following commands +cd ~/Downloads/ +chmod +x tccplus +./tccplus add Microphone com.hnc.Discord +``` + ## Keyboard Backlight broken Due to forcing `hidd` into spinning up with the fallback mode enabled, this can break the OS's recognition of backlight keyboards. Thankfully the drivers themselves still do operate so applications such as [LabTick](https://www.macupdate.com/app/mac/22151/lab-tick) are able to set the brightness manually.