Skip to content

Commit de0578c

Browse files
authored
Update README.md
1 parent c8ce11c commit de0578c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

hid-io-protocol/spec/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,9 @@ Various test commands used during manufacturing to validate the hardware.
623623
Args:
624624
* 0x0000 - Disable
625625
* 0x0001 - Enable
626+
* 0x0002 - Activate LED short test (see 0x51 for result)
627+
* 0x0003 - Activate LED open circuit test (see 0x51 for result)
628+
626629
* 0x0002 - LED cycle on keypress test
627630
Used with shake tests to determine if there are hair-trigger switches.
628631
On each press or release event, cycle to a different LED event.
@@ -649,8 +652,12 @@ Various test commands used during manufacturing to validate the hardware.
649652
* 0x0001 - LED test sequence
650653
Generally cycles through all available colors to check for dead LEDs.
651654
Args:
652-
* 0x0000 - Disable
653-
* 0x0001 - Enable
655+
* 0x0002 - Activate LED short test
656+
Payload: List of channel ids that are shorted
657+
[<channel:16 bits>...]
658+
* 0x0003 - Activate LED open circuit test
659+
Payload: List of channel ids that are open circuit
660+
[<channel:16 bits>...]
654661
* 0x0002 - LED cycle on keypress test
655662
Used with shake tests to determine if there are hair-trigger switches.
656663
On each press or release event, cycle to a different LED event.

0 commit comments

Comments
 (0)