Created
April 24, 2018 22:04
-
-
Save andys8/0270b4c7e4bdc6dc0652755aaba6900c to your computer and use it in GitHub Desktop.
How to build and flash QMK with DZ60 and Docker
This file contains 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
# press space + b and connect the usb port | |
# build | |
docker run -e keymap=iso_vim_arrow -e keyboard=dz60 --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware | |
# flash | |
sudo dfu-programmer atmega32u4 erase --force | |
sudo dfu-programmer atmega32u4 flash dz60_iso_vim_arrow.hex | |
sudo dfu-programmer atmega32u4 reset |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
YMDK09
Firmware (online)
https://config.qmk.fm/#/ymdk/ymd09/LAYOUT
Firmware (own, recommended)
https://docs.qmk.fm/#/getting_started_docker
make git-submodule
sudo ./util/docker_build.sh ymdk/ymd09:andys8 sudo ./util/docker_build.sh ymdk/ymd09:andys8:flash # incl. flashing (reset with tweezers)
Flash only