diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/the_uni/rp_2040/readme.md | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/the_uni/rp_2040/readme.md')
-rw-r--r-- | keyboards/the_uni/rp_2040/readme.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/keyboards/the_uni/rp_2040/readme.md b/keyboards/the_uni/rp_2040/readme.md deleted file mode 100644 index 5867a213d9..0000000000 --- a/keyboards/the_uni/rp_2040/readme.md +++ /dev/null @@ -1,25 +0,0 @@ -# Uni v4 - -![Uni v4](https://i.imgur.com/HyvMu26h.png) - -- Hardware Supported: - - The Uni v4 -- Hardware Availability: [https://www.stenokeyboards.com](https://www.stenokeyboards.com) -- Uses the rp2040 chip - -Make the .uf2 file by doing: - -# Bootloader - -Enter the bootloader by: - -- **Physical boot button**: - - First, unplug the Uni v4. - - Then press and hold the button on the back of the PCB marked "B" while you plug in the keyboard. This will create register the keyboard as a storage device on the computer. - - Copy and paste the .uf2 file in the top directory of the device. Once done, it will automatically reboot the keyboard. - -Make examples for this keyboard (after setting up your build environment): - - qmk compile -kb the_uni/rp_2040 -km default - -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). |