diff options
author | Aaron Nunley <aaron@rocketsociety.com> | 2021-01-31 19:17:02 -0800 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-02 01:02:54 -0500 |
commit | 592b98cd12535378b73e812814979541bc981368 (patch) | |
tree | 97e21ab529f2ffd8fa8b4bca3147b687ad9be566 /docs | |
parent | 100d06ae8b37926b2211ff856f3ab21ba094e8c0 (diff) |
npm run prettier:format
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/development/new-shield.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/development/new-shield.md b/docs/docs/development/new-shield.md index 25d59fc..d701a2c 100644 --- a/docs/docs/development/new-shield.md +++ b/docs/docs/development/new-shield.md @@ -463,13 +463,13 @@ you should be able to test with a build command like: west build --pristine -b proton_c -- -DSHIELD=my_board ``` -The above build command generates `build/zephyr/zmk.uf2`. If your board +The above build command generates `build/zephyr/zmk.uf2`. If your board supports USB Flashing Format (UF2), copy that file onto the root of the USB mass -storage device for your board. The controller should flash your built firmware +storage device for your board. The controller should flash your built firmware and automatically restart once flashing is complete. Alternatively, if your board supports flashing and you're not developing from -within a Dockerized environment, then you can test your build with: +within a Dockerized environment, then you can test your build with: ``` west flash |