Changed case of protosplit

Also updated readme to have correct capitalization.
This commit is contained in:
Donald
2017-07-23 16:43:35 -04:00
committed by Jack Humbert
parent c71b60c82a
commit f1dbf72e09
11 changed files with 297 additions and 6 deletions
+4 -4
View File
@@ -17,21 +17,21 @@ Files are available here: https://github.com/xyxjj/DeltaSplit75-Case-files
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
or
make ProtoSplit-ProtoSplit (if you have one of the prototype PCBs)
make protosplit-protosplit (if you have one of the prototype PCBs)
```
You will see a lot of output and if everything worked correctly you will see the built hex files:
```
DeltaSplit75_ProtoSplit_ProtoSplit.hex
deltasplit75_protosplit_protosplit.hex
or
DeltaSplit75_V2_Default.hex
deltasplit75_v2_default.hex
```