diff --git a/docs/components/fusee/BCT.md b/docs/components/fusee/BCT.md index 3415eef22..05ac9f4fb 100644 --- a/docs/components/fusee/BCT.md +++ b/docs/components/fusee/BCT.md @@ -59,4 +59,15 @@ target_firmware = X 7.X.X = 8 ``` -Note that 6.X.X indicates 6.0.0 through 6.1.0. \ No newline at end of file +Note that 6.X.X indicates 6.0.0 through 6.1.0. + +## Configuring Debugging Modes +By default, Atmosphere signals to the Horizon kernel that debugging is enabled while leaving usermode debugging disabled, since this can cause undesirable side-effects. If you wish to change these behaviours, go to the `exosphere` section and change the value of `X` according to the following list. +``` +debugmode = X +debugmode_user = X +``` +``` +1 = enable +0 = disable +```