added incorrect keymap key flash on stop by stop on error

closes #3536
This commit is contained in:
Miodec 2022-09-12 11:43:31 +02:00
parent 85f650f149
commit a8df6cf71d

View file

@ -555,6 +555,9 @@ function handleChar(
Config.stopOnError == "letter" &&
!thisCharCorrect
) {
if (Config.keymapMode === "react") {
Keymap.flashKey(char, false);
}
return;
}