1 # SPDX-FileCopyrightText: 2023 Carter Nelson for Adafruit Industries
 
   3 # SPDX-License-Identifier: MIT
 
   5 Pin definitions for the KB2040 with u2if firmware.
 
   7 Adafruit CircuitPython 8.2.0 on 2023-07-05; Adafruit KB2040 with rp2040
 
  15 I2C             MISO            MOSI            NEOPIXEL
 
  17 SPI             STEMMA_I2C      TX              UART
 
  21 from adafruit_blinka.microcontroller.rp2040_u2if import pin
 
  55 # access u2if via pin instance to open for specifc VID/PID
 
  56 # pylint:disable = protected-access
 
  57 pin.GP0._u2if_open_hid(0x239A, 0x0105)