diff options
author | KemoNine <mcrosson@kemonine.info> | 2020-12-04 04:16:02 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-06 22:55:31 -0500 |
commit | 9c1a544381b1bead4c44ad811290aa29ab6fe143 (patch) | |
tree | 649b8fa7f3269a423361d3dda71e2626dd796ad5 /docs | |
parent | 52df05a5453685e4e4043a5652793ca1dcc01f30 (diff) |
Add note about default number of available profiles and how to increase if desired
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behaviors/bluetooth.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docs/behaviors/bluetooth.md b/docs/docs/behaviors/bluetooth.md index 65fdcd1..239bd2b 100644 --- a/docs/docs/behaviors/bluetooth.md +++ b/docs/docs/behaviors/bluetooth.md @@ -9,6 +9,10 @@ The bluetooth behavior allows management of various settings and states related between the keyboard and the host. By default, ZMK supports five "profiles" for selecting which bonded host computer/laptop/keyboard should receive the keyboard input; many of the commands here operation on those profiles. +:::note Number of Profiles +Please note there are only five available Bluetooth profiles by default. If you need to increase the number of available profiles you can set `CONFIG_BT_MAX_CONN` in your `zmk-config` `.conf` file. +::: + ## Bluetooth Command Defines Bluetooth command defines are provided through the [`dt-bindings/zmk/bt.h`](https://github.com/zmkfirmware/zmk/blob/main/app/include/dt-bindings/zmk/bt.h) header, |