Adapt basic TopsyTurvy testcase for KeyboardioHID#67

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/989/head
Michael Richters 4 years ago
parent 34bb24a7f1
commit 496cc8888d
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -35,11 +35,7 @@ EXPECT keyboard-report Key_1 # The report should contain only `1`
RUN 5 ms
RELEASE TOPSY_1
RUN 1 cycle
EXPECT keyboard-report Key_LeftShift Key_1 # The report should contain `shift` + `1`
# Really the report above should be empty, but it seems to work okay in master
# like this, and it will get fixed if and when Kaleidoscope becomes
# event-driven.
# EXPECT keyboard-report empty # Report should be empty
EXPECT keyboard-report empty # Report should be empty
EXPECT keyboard-report Key_LeftShift # The report should contain `shift`
RUN 5 ms
RELEASE LSHIFT

Loading…
Cancel
Save