2b9a0ce2a5
* Use new `ZMK_SPLIT_ROLE_CENTRAL` config instead of BLE specific Kconfig setting.
21 lines
289 B
Text
21 lines
289 B
Text
|
|
# Copyright (c) 2020 Derek Schmell
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
if SHIELD_SPLITREUS62_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62"
|
|
|
|
config ZMK_SPLIT_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_LEFT || SHIELD_SPLITREUS62_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|