Skip to content

Commit 43f3317

Browse files
committed
ledmatrix_control: Add USB PID for QT PY support
1 parent 0aaf49a commit 43f3317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ledmatrix_control.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
FWK_MAGIC = [0x32, 0xAC]
2121
FWK_VID = 0x32AC
2222
LED_MATRIX_PID = 0x20
23-
INPUTMODULE_PIDS = [LED_MATRIX_PID]
23+
QTPY_PID = 0x01AF
24+
INPUTMODULE_PIDS = [LED_MATRIX_PID, QTPY_PID]
2425

2526

2627
class CommandVals(IntEnum):

0 commit comments

Comments
 (0)