From 567e033ea69e4baf89d5f0e778192e3cb48685e4 Mon Sep 17 00:00:00 2001 From: phga Date: Fri, 27 Jun 2025 21:43:29 +0200 Subject: [PATCH] docs: Add example how to flash other layouts --- qmk/snappy/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qmk/snappy/README.md b/qmk/snappy/README.md index 3b3979d..4bbcedb 100644 --- a/qmk/snappy/README.md +++ b/qmk/snappy/README.md @@ -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). @@ -53,4 +57,4 @@ Navigate to `chrome://device-log` find hidrawXYZ sudo chown $USER:$USER /dev/hidrawXYZ -For now we have to upload the `snappy_revXYZ_via_keyboard_definition.json` located in the `/etc/` folder manually to the via website \ No newline at end of file +For now we have to upload the `snappy_revXYZ_via_keyboard_definition.json` located in the `/etc/` folder manually to the via website