update flash script per pull request review

This commit is contained in:
William Chang 2019-12-06 17:05:36 -08:00
parent 6bcaf01c3f
commit e7541faadc
2 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,4 @@
# dfu-programmer atmega32u4 reset
# run this in the qmk_firmware directory
make dz60:billiams_layout2
dfu-programmer atmega32u4 erase --force && \
dfu-programmer atmega32u4 flash dz60_billiams_layout2.hex && \
dfu-programmer atmega32u4 reset
make dz60:billiams_layout2:flash

View File

@ -3,7 +3,4 @@
# dfu-programmer atmega32u4 reset
# run this in the qmk_firmware directory
make dz60:billiams_layout4
dfu-programmer atmega32u4 erase --force && \
dfu-programmer atmega32u4 flash dz60_billiams_layout4.hex && \
dfu-programmer atmega32u4 reset
make dz60:billiams_layout4:flash