From f1dbf72e09363efa1bc8703f0215af41803d0e80 Mon Sep 17 00:00:00 2001 From: Donald Date: Sun, 23 Jul 2017 16:43:35 -0400 Subject: Changed case of protosplit Also updated readme to have correct capitalization. --- keyboards/deltasplit75/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'keyboards/deltasplit75/readme.md') 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 ``` -- cgit v1.2.3-24-g4f1b