diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-09 11:57:34 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-10-09 11:57:34 -0400 |
commit | e53320a687a8b402fac3ed972a776993495a2f9a (patch) | |
tree | 4395d21a6d29a2aaa2de654d3ba1ee82a47788d8 | |
parent | 6902511c655e4bd69a57dba25c19e6c040e35614 (diff) |
fix(docs): Remove hanging footnote.
-rw-r--r-- | docs/docs/behavior/bluetooth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/behavior/bluetooth.md b/docs/docs/behavior/bluetooth.md index 8bde71b..be0fb23 100644 --- a/docs/docs/behavior/bluetooth.md +++ b/docs/docs/behavior/bluetooth.md @@ -24,7 +24,7 @@ Here is a table describing the command for each define: | Define | Action | | ------------ | ---------------------------------------------------------------------------------------------- | -| `BT_CLR_CMD` | Clear bond information between the keyboard and host for the selected profile [^1] | +| `BT_CLR_CMD` | Clear bond information between the keyboard and host for the selected profile. | | `BT_NXT_CMD` | Switch to the next profile, cycling through to the first one when the end is reached. | | `BT_PRV_CMD` | Switch to the previous profile, cycling through to the last one when the beginning is reached. | | `BT_SEL_CMD` | Select the 0-indexed profile by number. | |