20 lines
259 B
Plaintext
20 lines
259 B
Plaintext
|
# 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
|