1
0
Fork 0

Removed un-needed protosplit directory and updated readme

This commit is contained in:
unknown 2017-07-27 19:27:29 -04:00 committed by Jack Humbert
parent dcd64062d2
commit 6b2a3492b7
6 changed files with 9 additions and 181 deletions

View file

@ -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
--------