Last active
December 2, 2018 03:17
-
-
Save tomahock/cccd09468c372552fbaa01f8c1b6e828 to your computer and use it in GitHub Desktop.
TADA68 firmware flash how to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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