From d0b1a17d2db9911e39a7c6e5dee4a69a6ec257bf Mon Sep 17 00:00:00 2001 From: Cem Aksoylar Date: Fri, 3 Jan 2025 22:23:00 -0800 Subject: [PATCH] docs: Update docs examples for xiao_ble --- docs/docs/troubleshooting/hardware-issues.mdx | 6 +++--- docs/docs/user-setup.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/troubleshooting/hardware-issues.mdx b/docs/docs/troubleshooting/hardware-issues.mdx index afb9fff1f80..4913be0aff5 100644 --- a/docs/docs/troubleshooting/hardware-issues.mdx +++ b/docs/docs/troubleshooting/hardware-issues.mdx @@ -87,15 +87,15 @@ include: # ------------------- # Your keyboards here # ------------------- - - board: seeeduino_xiao_ble # Replace with the Xiao-compatible board you're using + - board: xiao_ble # Replace with the Xiao-compatible board you're using shield: tester_xiao ``` Save the file, commit the changes and push them to GitHub. Download the new firmware zip file build by the latest GitHub Actions job. In it you will find an additional `tester_xiao` UF2 image file. Flash this file to your board. -The pinout of the seeeduino xiao interconnect is shown below: +The pinout of the Seeed Xiao interconnect is shown below: -![Seeeduino Xiao Interconnect pinout](../assets/interconnects/seeed_xiao/pinout.png) +![Seeed Xiao Interconnect pinout](../assets/interconnects/seeed_xiao/pinout.png) diff --git a/docs/docs/user-setup.mdx b/docs/docs/user-setup.mdx index 9f0dd1ce773..b6e1a8e0c65 100644 --- a/docs/docs/user-setup.mdx +++ b/docs/docs/user-setup.mdx @@ -124,7 +124,7 @@ When prompted, enter the number for the corresponding MCU board you would like t MCU Board Selection: 1) BlueMicro840 v1 5) nRF52840 M.2 Module 9) QMK Proton-C 2) Mikoto 5.20 6) nRFMicro 1.1 (flipped) 10) Seeeduino XIAO -3) nice!nano v1 7) nRFMicro 1.1/1.2 11) Seeeduino XIAO BLE +3) nice!nano v1 7) nRFMicro 1.1/1.2 11) Seeed XIAO BLE 4) nice!nano v2 8) nRFMicro 1.3/1.4 12) Quit Pick an MCU board: ```