summaryrefslogtreecommitdiffstats
path: root/keyboards/DeltaSplit75
diff options
context:
space:
mode:
authorxyxjj <junjie0605@hotmail.com>2017-05-31 08:36:35 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-28 16:45:34 +0200
commite9daf0606ffa2492b50f48748f09158adb7d5171 (patch)
treef62db69a34c8add0c4c4429b3132a88763ab7314 /keyboards/DeltaSplit75
parentbe2c7aac31c956caacaba44531463c8083f5199e (diff)
downloadqmk_firmware-e9daf0606ffa2492b50f48748f09158adb7d5171.tar.gz
qmk_firmware-e9daf0606ffa2492b50f48748f09158adb7d5171.tar.xz
Update readme.md
Diffstat (limited to 'keyboards/DeltaSplit75')
-rw-r--r--keyboards/DeltaSplit75/readme.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/DeltaSplit75/readme.md b/keyboards/DeltaSplit75/readme.md
index b8c5fa1fd..ef845521d 100644
--- a/keyboards/DeltaSplit75/readme.md
+++ b/keyboards/DeltaSplit75/readme.md
@@ -2,6 +2,7 @@ DeltaSplit75
======
This readme and most of the code are from https://github.com/ahtn/tmk_keyboard/ and https://github.com/qmk/qmk_firmware/tree/master/keyboards/lets_split
+
Credit to ahtn and wootpatoot for work on the split keyboard firmware
Split keyboard firmware for Arduino Pro Micro or other ATmega32u4
@@ -14,7 +15,9 @@ Download or clone the whole firmware and navigate to the keyboards/DeltaSplit75
```
$ make V2
+
or
+
$ make ProtoSplit (if you have one of the prototype PCBs)
```
@@ -22,8 +25,11 @@ You will see a lot of output and if everything worked correctly you will see the
```
DeltaSplit75_ProtoSplit_Default
+
or
+
DeltaSplit75_V2_Default.hex
+
```