summaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75/readme.md
diff options
context:
space:
mode:
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
```