You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
409 B
22 lines
409 B
VERSION 1
|
|
|
|
KEYSWITCH X 0 0
|
|
KEYSWITCH TD_0 1 0
|
|
KEYSWITCH LL_1 2 0
|
|
|
|
# ==============================================================================
|
|
NAME TapDance hold past timeout
|
|
|
|
RUN 5 ms
|
|
|
|
PRESS TD_0
|
|
RUN 1 cycle
|
|
|
|
RUN 25 ms # timeout is 25 ms
|
|
EXPECT keyboard-report Key_A # The report should contain only `A`
|
|
|
|
RUN 20 ms
|
|
RELEASE TD_0
|
|
RUN 1 cycle
|
|
EXPECT keyboard-report empty # The report should be empty
|