1# Electronut Labs Blip board configuration 2 3# Copyright (c) 2018 Electronut Labs 4# SPDX-License-Identifier: Apache-2.0 5 6if BOARD_NRF52840_BLIP 7 8config BT_CTLR 9 default BT 10 11endif # BOARD_NRF52840_BLIP 12