bugfix(sticky keys): release active sticky keys properly

see https://github.com/zmkfirmware/zmk/issues/445
This commit is contained in:
Okke Formsma
2020-11-29 21:25:42 +01:00
committed by Pete Johanson
parent 7babe7f185
commit 3bf770a364
6 changed files with 68 additions and 0 deletions

View File

@@ -9,5 +9,11 @@
ZMK_MOCK_RELEASE(0,0,10)
ZMK_MOCK_PRESS(1,0,10)
ZMK_MOCK_RELEASE(1,0,10)
/* repeat test to check if cleanup is done correctly */
ZMK_MOCK_PRESS(0,0,10)
ZMK_MOCK_RELEASE(0,0,10)
ZMK_MOCK_PRESS(1,0,10)
ZMK_MOCK_RELEASE(1,0,10)
>;
};