mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-20 04:05:10 +00:00
7 lines
207 B
Bash
7 lines
207 B
Bash
|
#OLD WAY
|
||
|
# dfu-programmer atmega32u4 erase --force
|
||
|
# dfu-programmer atmega32u4 flash /path/to/firmware.hex
|
||
|
# dfu-programmer atmega32u4 reset
|
||
|
|
||
|
# run this in the qmk_firmware directory
|
||
|
make dz60:chrisae9:flash
|