aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/deltasplit75/readme.md
diff options
context:
space:
mode:
authorunknown <itsaferbie@gmail.com>2017-07-27 19:27:29 -0400
committerJack Humbert <jack.humb@gmail.com>2017-07-28 10:45:34 -0400
commit6b2a3492b71f63d00f843151a352e93e922cb0f6 (patch)
tree217b95a60555f9bd1af204c9fa162a402acd8efc /keyboards/deltasplit75/readme.md
parentdcd64062d2bdf630810c7228ebfb2cbf7d3bfa6d (diff)
downloadfirmware-6b2a3492b71f63d00f843151a352e93e922cb0f6.tar.gz
firmware-6b2a3492b71f63d00f843151a352e93e922cb0f6.tar.bz2
firmware-6b2a3492b71f63d00f843151a352e93e922cb0f6.zip
Removed un-needed protosplit directory and updated readme
Diffstat (limited to 'keyboards/deltasplit75/readme.md')
-rw-r--r--keyboards/deltasplit75/readme.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/keyboards/deltasplit75/readme.md b/keyboards/deltasplit75/readme.md
index 0a65c2daf..58f411038 100644
--- a/keyboards/deltasplit75/readme.md
+++ b/keyboards/deltasplit75/readme.md
@@ -11,27 +11,30 @@ based boards.
## Case Files
Files are available here: https://github.com/xyxjj/DeltaSplit75-Case-files
+#Build Guide
+The build guide should be found at https://qmk.fm/deltasplit75
+
## First Time Setup
-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:
+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 .hex using:
```
-make v2-default
+make v2
or
-make v2-YOUR_KEYMAP_NAME
+make v2-YOUR_KEYMAP_NAME (if you make a folder for your keymap)
or
-make protosplit-protosplit (if you have one of the prototype PCBs)
+make 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_v2_protosplit.hex
or
@@ -47,7 +50,7 @@ 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-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 instead
Features
--------