]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/DeltaSplit75/readme.md
Update
[qmk_firmware.git] / keyboards / DeltaSplit75 / readme.md
index ef845521d102f5c3f5f8348cea478dddcd7f8120..c1d193e9731f0ce8d908585daf45043c593fe9c4 100644 (file)
@@ -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
 
@@ -33,12 +33,10 @@ DeltaSplit75_V2_Default.hex
 ```
 
 
-```
-
 For more information on customizing keymaps, take a look at the primary documentation for [Customizing Your Keymap](/readme.md##customizing-your-keymap) in the main readme.md.
 
 ### DeltaSplit75 V2
-The PCBs available in groupbuy are all v2, if you've bought one of my prototype PCBs (it says DeltaSplit65 on the silkscreen instead of 75), use the code $make ProtoSplit instead
+The PCBs available in groupbuy are all v2, if you've bought one of my prototype PCBs (it says DeltaSplit65 on the silkscreen instead of 75), use the code make ProtoSplit-ProtoSplit instead
 
 Features
 --------
@@ -55,7 +53,7 @@ Some features supported by the firmware:
 * Split Backspace and ISO support
 
 
-  Flashing
+Flashing
 -------
 I personally use xLoader to upload my hex files to the keyboard, though any other working software is fine too