1 """Pin definitions for the QT2040 Trinkey with u2if firmware."""
3 from adafruit_blinka.microcontroller.rp2040_u2if import pin
12 # access u2if via pin instance to open for specifc VID/PID
13 # pylint:disable = protected-access
14 pin.GP0._u2if_open_hid(0x239A, 0x0109)