Simplifies flashing instructions to align with standards

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
Ryan Neff 2024-03-24 16:47:58 -07:00 committed by GitHub
parent 42d715a5ee
commit 97f950da7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,21 +12,11 @@ Remember you have to flash both halves of the keyboard for it to work!
Make example for this keyboard (after setting up your build environment):
make sofle_pico:via
make sofle_pico:default
Flashing example for this keyboard:
```bash
# For flashing the left half...
make sofle_pico:default:uf2-split-left
# or the qmk cli equivalent:
qmk flash -kb sofle_pico --keymap default -bl uf2-split-left
# For flashing the right half...
make sofle_pico:default:uf2-split-right
# or the qmk cli equivalent:
qmk flash -kb sofle_pico --keymap default -bl uf2-split-right
```
make sofle_pico:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).