From 6e5131cd062160920ad18b9b78294232bfb04e62 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 27 Apr 2017 15:38:37 -0700 Subject: [PATCH] fix the dfu rule to only program the keyboard --- layouts/community/ergodox/don/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2