Updated readme to show compile rules that won't throw an error
This commit is contained in:
parent
f2824bca02
commit
9334986bd9
1 changed files with 134 additions and 126 deletions
|
@ -14,10 +14,14 @@ Files are available here: https://github.com/xyxjj/DeltaSplit75-Case-files
|
|||
|
||||
## First Time Setup
|
||||
|
||||
Download or clone the whole firmware and navigate to the keyboards/DeltaSplit75 directory. Once your dev env is setup, you'll be able to generate the default .hex using:
|
||||
Download or clone the whole firmware and navigate to the keyboards/deltasplit75 directory. Once your dev env is setup, you'll be able to generate the default .hex using:
|
||||
|
||||
```
|
||||
make v2
|
||||
make v2-default
|
||||
|
||||
or
|
||||
|
||||
make v2-YOUR_KEYMAP_NAME
|
||||
|
||||
or
|
||||
|
||||
|
@ -31,6 +35,10 @@ deltasplit75_protosplit_protosplit.hex
|
|||
|
||||
or
|
||||
|
||||
deltasplit74_v2_YOUR_KEYMAP_NAME.hex
|
||||
|
||||
or
|
||||
|
||||
deltasplit75_v2_default.hex
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue