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.
13 lines
429 B
13 lines
429 B
4 years ago
|
VERSION 1
|
||
|
|
||
|
KEYSWITCH A 0 0
|
||
|
|
||
|
# ==============================================================================
|
||
|
# This testcase shouldn't generate any HID reports. The sketch includes a plugin
|
||
|
# that produces `Key_X` if the key at (0,0) is idle, so if the virtual device is
|
||
|
# calling `handleKeyswitchEvent()` when `key_state` has neither `IS_PRESSED` nor
|
||
|
# `WAS_PRESSED` bits set, it will fail.
|
||
|
NAME Idle key detector
|
||
|
|
||
|
RUN 3 cycles
|