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:
parent
a737e36b3b
commit
f07e9342dd
2 changed files with 29 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue