zmk/app/boards/arm/pillbug/Kconfig.defconfig

20 lines
259 B
Plaintext
Raw Normal View History

# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
if BOARD_PILLBUG
config BOARD
default "PillBug"
if USB_DEVICE_STACK
config USB_NRFX
default y
endif # USB_DEVICE_STACK
config BT_CTLR
default BT
endif # BOARD_PILLBUG