You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
272 B
20 lines
272 B
3 years ago
|
# Copyright (c) 2021 The ZMK Contributors
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
3 years ago
|
if SHIELD_A_DUX_LEFT
|
||
3 years ago
|
|
||
|
config ZMK_KEYBOARD_NAME
|
||
3 years ago
|
default "A. Dux"
|
||
3 years ago
|
|
||
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||
|
default y
|
||
|
|
||
|
endif
|
||
|
|
||
3 years ago
|
if SHIELD_A_DUX_LEFT || SHIELD_A_DUX_RIGHT
|
||
3 years ago
|
|
||
|
config ZMK_SPLIT
|
||
|
default y
|
||
|
|
||
|
endif
|