Update docs/docs/development/usb-logging.md

This commit is contained in:
Cem Aksoylar 2023-11-27 09:09:00 -08:00 committed by GitHub
parent 3612ecdf9f
commit d8524f16e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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. 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.