Cancel stickies too

Fixes #2.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
pull/389/head
Gergely Nagy 7 years ago
parent 1d4834115b
commit 62f619a5c4

@ -40,7 +40,7 @@ Key EscapeOneShot::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_t
KeyboardHardware.maskKey(row, col); KeyboardHardware.maskKey(row, col);
::OneShot.cancel(); ::OneShot.cancel(true);
return Key_NoKey; return Key_NoKey;
} }

Loading…
Cancel
Save