diff options
author | xyxjj <junjie0605@hotmail.com> | 2017-06-03 15:49:54 +0800 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-28 10:45:34 -0400 |
commit | 3a0f7865da5ea0753680f378bf6200416bf51ada (patch) | |
tree | 84e9dfa4cc1e2b223795087a4fe67efc7cb7dc17 | |
parent | b11d770beaec4db7d43dde8db8df014ed90a2868 (diff) |
Update readme.md
-rw-r--r-- | keyboards/DeltaSplit75/readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/DeltaSplit75/readme.md b/keyboards/DeltaSplit75/readme.md index 9ac9cb36d5..a37563b313 100644 --- a/keyboards/DeltaSplit75/readme.md +++ b/keyboards/DeltaSplit75/readme.md @@ -14,17 +14,17 @@ based boards. 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 (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_Default +DeltaSplit75_ProtoSplit_ProtoSplit.hex or |