2021-11-23 06:23:40 -08:00
|
|
|
# Copyright (c) 2021 Polarity Works
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
if BOARD_BT60_V1_HS || BOARD_BT60_V1
|
|
|
|
|
|
|
|
config BOARD
|
2023-04-22 21:25:56 -07:00
|
|
|
default "bt60"
|
2021-11-23 06:23:40 -08:00
|
|
|
|
|
|
|
if USB
|
|
|
|
|
|
|
|
config USB_NRFX
|
2023-04-22 21:25:56 -07:00
|
|
|
default y
|
2021-11-23 06:23:40 -08:00
|
|
|
|
|
|
|
config USB_DEVICE_STACK
|
2023-04-22 21:25:56 -07:00
|
|
|
default y
|
2021-11-23 06:23:40 -08:00
|
|
|
|
|
|
|
endif # USB
|
|
|
|
|
|
|
|
config BT_CTLR
|
2023-04-22 21:25:56 -07:00
|
|
|
default BT
|
2021-11-23 06:23:40 -08:00
|
|
|
|
|
|
|
config ZMK_KEYBOARD_NAME
|
2023-04-22 21:25:56 -07:00
|
|
|
default "BT60"
|
2021-11-23 06:23:40 -08:00
|
|
|
|
|
|
|
endif # BOARD_BT60
|