summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75/readme.md
diff options
context:
space:
mode:
authorDonald <itsaferbie@gmail.com>2017-07-23 22:43:35 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-28 16:45:34 +0200
commitf1dbf72e09363efa1bc8703f0215af41803d0e80 (patch)
tree4f8c9c4321fac852c7dd43f110a0d118b5e203ee /keyboards/deltasplit75/readme.md
parentc71b60c82a44f6d0c32e9f08831eec564df12421 (diff)
downloadqmk_firmware-f1dbf72e09363efa1bc8703f0215af41803d0e80.tar.gz
qmk_firmware-f1dbf72e09363efa1bc8703f0215af41803d0e80.tar.xz
Changed case of protosplit
Also updated readme to have correct capitalization.
Diffstat (limited to 'keyboards/deltasplit75/readme.md')
-rw-r--r--keyboards/deltasplit75/readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/deltasplit75/readme.md b/keyboards/deltasplit75/readme.md
index 6932c556b..5844412bf 100644
--- a/keyboards/deltasplit75/readme.md
+++ b/keyboards/deltasplit75/readme.md
@@ -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
```