From f72d848c06f385395e89de9d041d70c0a0e10463 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sun, 9 Jan 2022 21:03:35 -0800 Subject: [PATCH] Update bluetooth_hid.md (#601) Added verbiage for clarity --- docs/bluetooth_hid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bluetooth_hid.md b/docs/bluetooth_hid.md index 4446955f..cbefe8d9 100644 --- a/docs/bluetooth_hid.md +++ b/docs/bluetooth_hid.md @@ -4,7 +4,7 @@ PiKVM is able to emulate a Bluetooth keyboard & mouse. This is not the main case of using PiKVM since you still need it to pair with a remote host, but can be used for something like mobile KVM. !!! warning - Using Bluetooth HID requires additional configuration of the operating system. For v2+, this means losing the UART port, since it will be used by Bluetooth. Also, Bluetooth operation was tested only on RPi4 and v2+ platform. Other boards may require different system service settings. + Using Bluetooth HID requires additional configuration of the operating system. For v2+, this means losing the UART port, since it will be used by Bluetooth. Also, Bluetooth operation was tested only on RPi4 and v2+ platform. Other boards may require different system service settings. Making the required changes for BT to work will also disable normal KB/MOUSE functionality therefor this will need to be disabled before normal operation can occur. !!! note 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.