Merge pull request #989 from gedankenexperimenter/t/TopsyTurvy.hid-changes

Adapt basic TopsyTurvy testcase for KeyboardioHID#67
pull/993/head
Jesse Vincent 4 years ago committed by GitHub
commit ca033a85c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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