feat(docs): create a bond clearing page
This commit is contained in:
parent
0d3cfa8596
commit
feadfc93dc
4 changed files with 27 additions and 1 deletions
BIN
docs/docs/assets/bond-clearing/corne.jpg
Normal file
BIN
docs/docs/assets/bond-clearing/corne.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
BIN
docs/docs/assets/bond-clearing/kyria.jpg
Normal file
BIN
docs/docs/assets/bond-clearing/kyria.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 137 KiB |
26
docs/docs/bond-reset.md
Normal file
26
docs/docs/bond-reset.md
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
---
|
||||||
|
id: bond-reset
|
||||||
|
title: Reset BLE Connections
|
||||||
|
sidebar_label: BLE Reset
|
||||||
|
---
|
||||||
|
|
||||||
|
Known as a 'bond reset', a special key combination, that is not related to the user defined key map, which
|
||||||
|
clears all wireless connection configurations.
|
||||||
|
|
||||||
|
:::warning
|
||||||
|
Currently, ZMK only supports a single BLE host. If you remove the keyboard from the host's bluetooth devices
|
||||||
|
list, you will need to clear the bonds.
|
||||||
|
:::
|
||||||
|
|
||||||
|
### Split Keyboards
|
||||||
|
|
||||||
|
Split keyboards will need to be cleared on both halves. For best results try to reset them at the same time.
|
||||||
|
|
||||||
|
|
||||||
|
## Kyria
|
||||||
|
|
||||||
|
![Kyria bond-reset combo](assets/bond-clearing/kyria.jpg)
|
||||||
|
|
||||||
|
## Corne
|
||||||
|
|
||||||
|
![Corne bond-reset combo](assets/bond-clearing/corne.jpg)
|
|
@ -1,6 +1,6 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
someSidebar: {
|
someSidebar: {
|
||||||
"Getting Started": ["intro", "hardware", "faq", "user-setup"],
|
"Getting Started": ["intro", "hardware", "faq", "user-setup", "bond-reset"],
|
||||||
Features: [
|
Features: [
|
||||||
"feature/keymaps",
|
"feature/keymaps",
|
||||||
"feature/displays",
|
"feature/displays",
|
||||||
|
|
Loading…
Reference in a new issue