forked from kofal.net/zmk
Merge pull request #243 from BenHuddleston/patch-1
Correct typo in previous profile behaviour binding in bluetooth.md
This commit is contained in:
@@ -66,7 +66,7 @@ The bluetooth behavior completes an bluetooth action given on press.
|
|||||||
1. Behavior binding to select the previous profile:
|
1. Behavior binding to select the previous profile:
|
||||||
|
|
||||||
```
|
```
|
||||||
&bt BT_NXT
|
&bt BT_PRV
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Behavior binding to select the 2nd profile (passed parameters are [zero based](https://en.wikipedia.org/wiki/Zero-based_numbering)):
|
1. Behavior binding to select the 2nd profile (passed parameters are [zero based](https://en.wikipedia.org/wiki/Zero-based_numbering)):
|
||||||
|
|||||||
Reference in New Issue
Block a user