mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-25 07:25:17 -05:00
feat(docs): Add BLE feature/config pages.
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
committed by
Pete Johanson
parent
1493620bf7
commit
0c5bcf5fe4
14
docs/docs/config/bluetooth.md
Normal file
14
docs/docs/config/bluetooth.md
Normal 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 |
|
||||
Reference in New Issue
Block a user