From: Don Armstrong Date: Thu, 27 Apr 2017 22:38:37 +0000 (-0700) Subject: fix the dfu rule to only program the keyboard X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6e5131cd062160920ad18b9b78294232bfb04e62;p=qmk_firmware.git fix the dfu rule to only program the keyboard --- diff --git a/layouts/community/ergodox/don/Makefile b/layouts/community/ergodox/don/Makefile index 8a4d79216..cae19a6f4 100644 --- a/layouts/community/ergodox/don/Makefile +++ b/layouts/community/ergodox/don/Makefile @@ -27,7 +27,7 @@ dfu-util: $(BUILD_DIR)/$(TARGET).bin sizeafter fi; \ sleep 0.1; \ done; - sudo dfu-util -D $(BUILD_DIR)/$(TARGET).bin + sudo dfu-util --device DFU -D $(BUILD_DIR)/$(TARGET).bin ifndef QUANTUM_DIR