I’ve tried to change key layout. Displayed the following error.
Mac 10.12.6
Arduino IDE 1.8.5
$ pwd
/Users/akihito1/Documents/Arduino/
$ ls
Model01-Firmware hardware
$ cd Model01-Firmware
$ make flash
BOARD_HARDWARE_PATH="/Users/akihito1/Documents/Arduino//hardware" /Users/akihito1/Documents/Arduino//hardware/keyboardio/avr/libraries/Kaleidoscope/bin//kaleidoscope-builder flash
Building output/Model01-Firmware/Model01-Firmware (0.0.0-gv1.13-55-g8ab1) ...
Press ENTER when ready...
stty: /dev/cu.usbmodemCkbio011: Device not configured
make: *** [flash] Error 1
I just got a swap of the circuitry of the left hand of my keyboard, and now I’m seeing this as well. (My error message is has “kbio01”, rather than “kbio011”, but otherwise it’s identical.) I’ve tried holding down PROG while pressing Enter; holding down PROG before typing “make flash” and keeping it held until after the “Press ENTER” prompt; unplugging the keyboard, starting the “make flash”, then holding down PROG while plugging it in and pressing ENTER at the prompt. All give the same failure.
I think I saw this once or twice before the circuitry swap, but eventually I did something slightly different (sadly I don’t remember what) and it worked. But now I’m getting no luck.
I haven’t tried the IDE yet; even if that does work, it seems like the CLI issue should be understood better.