Update readme.md
parent
be2c7aac31
commit
e9daf0606f
|
@ -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
|
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
|
Credit to ahtn and wootpatoot for work on the split keyboard firmware
|
||||||
|
|
||||||
Split keyboard firmware for Arduino Pro Micro or other ATmega32u4
|
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
|
$ make V2
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
$ make ProtoSplit (if you have one of the prototype PCBs)
|
$ 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
|
DeltaSplit75_ProtoSplit_Default
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
DeltaSplit75_V2_Default.hex
|
DeltaSplit75_V2_Default.hex
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue