From 1f9ba10ef178d4608f114f2f896532a91eab2cfd Mon Sep 17 00:00:00 2001 From: Ross Donaldson Date: Sat, 10 Mar 2018 09:51:45 -0800 Subject: [PATCH] Update prog instruction Follows up on https://github.com/keyboardio/Model01-Firmware/issues/44 At least on macOS, the PROG key needs to be held until flashing finishes, otherwise it will loop an unhelpful error message, maybe indefinitely. --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 4bf28ffb92..8fc113561c 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -67,7 +67,7 @@ prepare_to_flash () { size fi - echo "Press ENTER when ready..." + echo "When ready, hold down PROG. Press ENTER. Keep holding PROG until flash completes..." read a }