summaryrefslogtreecommitdiff
path: root/app/boards/shields/bfo9000/Kconfig.defconfig
blob: 1251113f28b7c56944cb26849356aecd73407345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT

if SHIELD_BFO9000_LEFT

config ZMK_KEYBOARD_NAME
	default "BFO9000 Left"

config ZMK_SPLIT_BLE_ROLE_CENTRAL
	default y

endif

if SHIELD_BFO9000_RIGHT

config ZMK_KEYBOARD_NAME
	default "BFO9000 Right"

config USB
	default y

endif

if SHIELD_BFO9000_LEFT || SHIELD_BFO9000_RIGHT

config ZMK_SPLIT
	default y

endif