From ac61529388f01b254142a178bd279a86dbfdf66c Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Fri, 20 Oct 2023 19:17:45 +0100 Subject: [PATCH] Update docs/docs/config/battery.md Co-authored-by: Cem Aksoylar --- docs/docs/config/battery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/config/battery.md b/docs/docs/config/battery.md index ced82867..15ad78da 100644 --- a/docs/docs/config/battery.md +++ b/docs/docs/config/battery.md @@ -24,7 +24,7 @@ While `CONFIG_ZMK_BATTERY_REPORTING` is disabled by default it is implied by `CO :::note BLE reporting on MacOS -On MacOS the BLE battery reporting packets can cause the computer to wakeup from sleep, the battery service can be disabled indepently of battery monitoring (allowing the battery level to be displayed on a screen or through a custom lighting implementation) by setting `CONFIG_BT_BAS=n` +On macOS the BLE battery reporting packets can cause the computer to wakeup from sleep. To prevent this, the battery *reporting* service can be disabled by setting `CONFIG_BT_BAS=n`. This setting is independent of battery *monitoring*, for instance the battery level could still be indicated on a display. :::