File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -623,6 +623,9 @@ Various test commands used during manufacturing to validate the hardware.
623
623
Args:
624
624
* 0x0000 - Disable
625
625
* 0x0001 - Enable
626
+ * 0x0002 - Activate LED short test (see 0x51 for result)
627
+ * 0x0003 - Activate LED open circuit test (see 0x51 for result)
628
+
626
629
* 0x0002 - LED cycle on keypress test
627
630
Used with shake tests to determine if there are hair-trigger switches.
628
631
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.
649
652
* 0x0001 - LED test sequence
650
653
Generally cycles through all available colors to check for dead LEDs.
651
654
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>...]
654
661
* 0x0002 - LED cycle on keypress test
655
662
Used with shake tests to determine if there are hair-trigger switches.
656
663
On each press or release event, cycle to a different LED event.
You can’t perform that action at this time.
0 commit comments