feat(docs): Add BLE feature/config pages.

Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
Peter Johanson
2023-01-16 04:28:35 +00:00
committed by Pete Johanson
parent 1493620bf7
commit 0c5bcf5fe4
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
title: Bluetooth Configuration
sidebar_label: Bluetooth
---
See the [bluetooth feature page](../features/bluetooth.md) for more details on the general Bluetooth functionality in ZMK.
See [Configuration Overview](index.md) for instructions on how to change these settings.
## Kconfig
| Option | Type | Description | Default |
| ------------------------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------- | ------- |
| `CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION` | bool | Low level setting for GATT subscriptions. Set to `n` to work around an annoying Windows bug with battery notifications. | y |