-elif detector.board.feather_u2if or detector.board.qtpy_u2if or \
- detector.board.itsybitsy_u2if or detector.board.qt2040_trinkey_u2if:
+elif (
+ detector.board.feather_u2if
+ or detector.board.feather_can_u2if
+ or detector.board.feather_epd_u2if
+ or detector.board.feather_rfm_u2if
+ or detector.board.qtpy_u2if
+ or detector.board.itsybitsy_u2if
+ or detector.board.macropad_u2if
+ or detector.board.qt2040_trinkey_u2if
+ or detector.board.kb2040_u2if
+):