Skip to content

Commit

Permalink
Default to v2 in firmware guide, ref #104
Browse files Browse the repository at this point in the history
  • Loading branch information
tompi committed Nov 23, 2024
1 parent 29d46f0 commit 7c2368f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/firmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ This is the recipe for windows(for mac/linux, install qmk the recommended way an
```sh
git remote add tompi https://github.com/tompi/qmk_firmware
```
4. Run this command to actually fetch the code(replace "cheapino" with "cheapinov2" if you are using cheapino v2 pcbs):
4. Run this command to actually fetch the code(replace "cheapinov2" with "cheapino" if you are using cheapino v1 pcbs):
```sh
git fetch tompi cheapino
git fetch tompi cheapinov2
```
5. Run this command to switch local files to the cheapino variant(again, replace "cheapino" with "cheapinov2" if using v2 pcbs):
5. Run this command to switch local files to the cheapino variant(again, replace "cheapinov2" with "cheapino" if using v1 pcbs):
```sh
git checkout tompi/cheapino
git checkout tompi/cheapinov2
```
6.Now you should be able to make and flash with:
```sh
Expand Down

0 comments on commit 7c2368f

Please sign in to comment.