From e67cc4d6bb71df87f9aa6eed7772369d26b6fe3f Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 11 Nov 2020 12:25:23 +0300 Subject: [PATCH] Update bluetooth_hid.md --- pages/bluetooth_hid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/bluetooth_hid.md b/pages/bluetooth_hid.md index 91e5f2fe..ce1825cd 100644 --- a/pages/bluetooth_hid.md +++ b/pages/bluetooth_hid.md @@ -7,7 +7,7 @@ since it will be used by Bluetooth. Also, Bluetooth operation was tested only on :exclamation: Bluetooth mouse can work only in [relative mode](mouse.md). The reason is that many Bluetooth host drivers do not correctly implement HID descriptors. Horizontal scrolling is not supported for the same reason. -### Configuring OS +# Configuring the OS 1. Switch filesystem to RW-mode, perform update and install some packages: ``` # rw @@ -52,7 +52,7 @@ since it will be used by Bluetooth. Also, Bluetooth operation was tested only on ``` 7. Perform reboot: `reboot`. -### Using Bluetooth HID +# Using Bluetooth HID * After a reboot, the Pi-KVM will be ready for detection and pairing with no auth. You will see the `Pi-KVM HID` device. * Once the server is connected, Pi-KVM will no longer be discoverable and pairable to other clients until you unpair the server. * If something went wrong, use the web menu `System -> Reset keyboard & mouse`. This will cause unpair the device and switch the Pi-KVM to public mode before the first client is connected.