diff options
author | Cem Aksoylar <[email protected]> | 2023-12-17 15:31:18 -0800 |
---|---|---|
committer | Cem Aksoylar <[email protected]> | 2023-12-17 17:38:07 -0800 |
commit | 12d73ba4f9c6d46aa7767f2e5884e727a75d146f (patch) | |
tree | 01cd7ee2456e387ce66ae63df5c974d49fd59381 /docs | |
parent | 78fa1e77c41d211b44da06b02ee0b12b29a2fb29 (diff) | |
download | zmk-12d73ba4f9c6d46aa7767f2e5884e727a75d146f.tar.gz zmk-12d73ba4f9c6d46aa7767f2e5884e727a75d146f.zip |
fix(docs): Fix remark on &bt parameter #2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/behaviors/bluetooth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behaviors/bluetooth.md b/docs/docs/behaviors/bluetooth.md index b34614e620..48ee1ed8ae 100644 --- a/docs/docs/behaviors/bluetooth.md +++ b/docs/docs/behaviors/bluetooth.md @@ -56,7 +56,7 @@ The bluetooth behavior completes an bluetooth action given on press. - Reference: `&bt` - Parameter #1: The bluetooth command define, e.g. `BT_CLR` -- Parameter #2: Only applies to `BT_SEL` and is the 0-indexed profile by number +- Parameter #2: Only applies to `BT_SEL` and `BT_DISC`, and is the 0-indexed profile by number ### Examples |