Fixing releasing Function key and holding layered key

- Pressed key will remain on the same layer until released
  regardless of the layer changes that happen in the meantime
This commit is contained in:
Jacob Alexander 2015-03-01 21:04:33 -08:00
parent a737e36b3b
commit f07e9342dd
2 changed files with 29 additions and 5 deletions

View file

@ -49,7 +49,7 @@ done
if [[ "$SERIAL_PORT" != "" ]] && [[ -e "$SERIAL_PORT" ]]; then
echo "NOTE: This may fail if the uC is in a bad state or does not support remote flashing"
printf "reload\r" > $SERIAL_PORT
sleep 1
sleep 2
fi
# Load via dfu-util