Browse Source

feat(docs): create a bond clearing page

xmkb
Cody McGinnis 4 years ago
parent
commit
feadfc93dc
  1. BIN
      docs/docs/assets/bond-clearing/corne.jpg
  2. BIN
      docs/docs/assets/bond-clearing/kyria.jpg
  3. 26
      docs/docs/bond-reset.md
  4. 2
      docs/sidebars.js

BIN
docs/docs/assets/bond-clearing/corne.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
docs/docs/assets/bond-clearing/kyria.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

26
docs/docs/bond-reset.md

@ -0,0 +1,26 @@ @@ -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)

2
docs/sidebars.js

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
module.exports = {
someSidebar: {
"Getting Started": ["intro", "hardware", "faq", "user-setup"],
"Getting Started": ["intro", "hardware", "faq", "user-setup", "bond-reset"],
Features: [
"feature/keymaps",
"feature/displays",

Loading…
Cancel
Save