Skip to content

Commit

Permalink
Update docs/docs/keymaps/behaviors/bluetooth.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>
  • Loading branch information
ReFil and Nick-Munnich committed Oct 11, 2024
1 parent ac43a1b commit 38b7420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/keymaps/behaviors/bluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ Here is a table describing the command for each define:
| `BT_PRV` | Switch to the previous profile, cycling through to the last one when the beginning is reached. |
| `BT_SEL` | Select the 0-indexed profile by number; must include a number as an argument in the keymap to work correctly, e.g. `BT_SEL 0`. |
| `BT_DISC` | Disconnect from the 0-indexed profile by number, if it's currently connected and inactive; must include a number as an argument in the keymap to work correctly, e.g. `BT_DISC 0`. |
| `ADV_OFF` | Disconnect from all profiles and disable advertising (The device will not show up as connectable on host devices) |
| `ADV_ON` | Enable Bluetooth advertising, the device will show up as connectable |
| `ADV_OFF` | Disable advertising and disconnect from all profiles |
| `ADV_ON` | Enable advertising and attempt to reconnect to profiles |
| `ADV_TOG` | Toggle advertising on and off |

:::note[Selected profile persistence]
Expand Down

0 comments on commit 38b7420

Please sign in to comment.