From d8524f16e23a6ba90125890a9619971b990041d0 Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Mon, 27 Nov 2023 09:09:00 -0800 Subject: [PATCH] Update docs/docs/development/usb-logging.md --- docs/docs/development/usb-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/development/usb-logging.md b/docs/docs/development/usb-logging.md index aafad572..6a8f8564 100644 --- a/docs/docs/development/usb-logging.md +++ b/docs/docs/development/usb-logging.md @@ -84,7 +84,7 @@ You should see tio printing `Disconnected` or `Connected` when you disconnect or From there, you should see the various log messages from ZMK and Zephyr, depending on which systems you have set to what log levels. -## Adding USB logging to a board +## Adding USB Logging to a Board Standard boards such as the nice!nano and Seeeduino XIAO family have the necessary configuration for logging already added, however if you are developing your own standalone board you may wish to add the ability to use USB logging in the future.