+elif board_id == ap_board.FEATHER_CAN_U2IF:
+ from adafruit_blinka.board.feather_can_u2if import *
+
+elif board_id == ap_board.FEATHER_EPD_U2IF:
+ from adafruit_blinka.board.feather_epd_u2if import *
+
+elif board_id == ap_board.FEATHER_RFM_U2IF:
+ from adafruit_blinka.board.feather_rfm_u2if import *
+