From fa0d93b145a7b1edf53610aa4a6e4b47177b9fc2 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Sat, 19 Jul 2025 12:37:18 -0700 Subject: [PATCH] docs: Note endpoint selection requirement for Studio --- docs/docs/features/studio.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/features/studio.md b/docs/docs/features/studio.md index 3ef8d0d35..8b9556449 100644 --- a/docs/docs/features/studio.md +++ b/docs/docs/features/studio.md @@ -64,6 +64,13 @@ To use ZMK Studio over USB, you need permission to access the USB serial port. T ::: +:::note + +If you are connected to the computer over both USB and BLE endpoints, you should set the keyboard output to the same endpoint that you connect to ZMK Studio using. +For example, if you are connecting to ZMK Studio over USB, ensure that USB output is selected by invoking the `&out OUT_USB` [behavior](../keymaps/behaviors/outputs.md). + +::: + ## Building Building for ZMK Studio involves two main additional items.