Skip to content

Instantly share code, notes, and snippets.

@tomahock
Last active December 2, 2018 03:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomahock/cccd09468c372552fbaa01f8c1b6e828 to your computer and use it in GitHub Desktop.
Save tomahock/cccd09468c372552fbaa01f8c1b6e828 to your computer and use it in GitHub Desktop.
TADA68 firmware flash how to
Build your layout here: http://123.57.250.164:3000/
```
$ git clone https://github.com/dfu-programmer/dfu-programmer.git
$ cd dfu-programmer
$ ./bootstrap.sh
$ ./configure
$ make
$ make install
```
```
$ brew tap osx-cross/avr
$ brew install avr-libc
```
```
$ git clone https://github.com/qmk/qmk_firmware.git
$ cd qmk_firmware/keyboards/tada68
$ make flashbin
$ rm -rf /Volumes/TADA68\ \ /FLASH.BIN
```
ESC on keyboard
Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment