mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-22 15:11:27 +00:00
Restores 'default' keymap in readme to align with qmk template guidelines
This commit is contained in:
parent
3539f6c983
commit
a7c9965d39
@ -18,14 +18,14 @@ Flashing example for this keyboard:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For flashing the left half...
|
# For flashing the left half...
|
||||||
make sofle_pico:via:uf2-split-left
|
make sofle_pico:default:uf2-split-left
|
||||||
# or the qmk cli equivalent:
|
# or the qmk cli equivalent:
|
||||||
qmk flash -kb sofle_pico --keymap via -bl uf2-split-left
|
qmk flash -kb sofle_pico --keymap default -bl uf2-split-left
|
||||||
|
|
||||||
# For flashing the right half...
|
# For flashing the right half...
|
||||||
make sofle_pico:via:uf2-split-right
|
make sofle_pico:default:uf2-split-right
|
||||||
# or the qmk cli equivalent:
|
# or the qmk cli equivalent:
|
||||||
qmk flash -kb sofle_pico --keymap via -bl uf2-split-right
|
qmk flash -kb sofle_pico --keymap default -bl uf2-split-right
|
||||||
```
|
```
|
||||||
|
|
||||||
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).
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user