fix tapdance reporting key in wrong order
This commit is contained in:
@@ -68,6 +68,12 @@ class TestTapDance(unittest.TestCase):
|
||||
[{KC.N0}, {KC.N0, KC.N4}, {KC.N4}, {}],
|
||||
)
|
||||
|
||||
keyboard.test(
|
||||
'Tap x1 interrupted',
|
||||
[(0, True), (0, False), (4, True), (4, False)],
|
||||
[{KC.N0}, {KC.N4}, {}],
|
||||
)
|
||||
|
||||
keyboard.test(
|
||||
'Tap x2, interrupted',
|
||||
[
|
||||
|
Reference in New Issue
Block a user