zmk/app/boards/arm/paw/Kconfig.defconfig
2021-04-29 09:06:12 -05:00

28 lines
296 B
Text

# Copyright (c) 2020 Taylor Glaeser
# SPDX-License-Identifier: MIT
if BOARD_PAW
config BOARD
default "paw"
if USB
config USB_NRFX
default y
config USB_DEVICE_STACK
default y
endif # USB
config BT_CTLR
default BT
config ZMK_BLE
default y
config ZMK_USB
default y
endif # BOARD_PAW