Skip to content

Commit

Permalink
Update README.md (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjortsberg authored Jan 23, 2019
1 parent 5b6631d commit f0ea249
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
Swolemak
========

## Flash instructions (Windows)

* Download QMK-toolbox, found [here](https://github.com/qmk/qmk_toolbox/releases).
* Download the .hex file under the `Code`-tab, then you find it under releases.
* Make sure that the reciever is discovered, if successful a message will appear.
```
*** Unknown: Mitosis connected -- FEED:0000:0000
```
* Load the .hex file that you downloaded with the "Local file"-field.
* Reset the reciever by pressing the button closest to the micro USB connector.
* Now a yellow line should be printed.
```
*** Caterina device connected: Arduino Micro bootloader (COM3) -- 0000:0000:0000
```
* Quickly press flash, you only have a couple of seconds!
* A message like this should now appear.
```
*** Attempting to flash, please don't remove device
```
* If successful, you will see this print out.
```
avrdude.exe: verifying ...
avrdude.exe: 22904 bytes of flash verified
avrdude.exe done. Thank you.
```
You are now __DONE__, congratulations!

0 comments on commit f0ea249

Please sign in to comment.