Browse Source

Replaced \ with /

Co-authored-by: Pete Johanson <peter@peterjohanson.com>
xmkb
Kevin Chen 4 years ago committed by GitHub
parent
commit
45b1756a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/docs/dev-build.md

3
docs/docs/dev-build.md

@ -93,5 +93,4 @@ board with it in bootloader mode: @@ -93,5 +93,4 @@ board with it in bootloader mode:
west flash
```
For boards that have drag and drop .uf2 flashing capability, the .uf2 file to flash can be found in `build\zephyr` (or `build\left|right\zephyr` if you followed the instructions for splits) and is by default named `zmk.uf2`.
For boards that have drag and drop .uf2 flashing capability, the .uf2 file to flash can be found in `build/zephyr` (or `build/left|right/zephyr` if you followed the instructions for splits) and is by default named `zmk.uf2`.

Loading…
Cancel
Save