docs: Add example how to flash other layouts

This commit is contained in:
phga 2025-06-27 21:43:29 +02:00
parent fda81d0080
commit 567e033ea6
Signed by: phga
GPG Key ID: 5249548AA705F019

View File

@ -27,6 +27,10 @@ Make example for this keyboard (after setting up your build environment):
sudo make snappy/rev3_5:default:uf2-split-left
sudo make snappy/rev3_5:default:uf2-split-right
# OTHER Layouts (example REV3_5)
sudo make snappy/rev3_5:qwertz:uf2-split-right
sudo make snappy/rev3_5:$MY_LAYOUT:uf2-split-right
# Make sure to mount the RP2040 drive to /media/snappy for automatic copying of the .uf2 file
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).