002a89765f
Removes the USB default under every split right half in favor of a default based on hardware capabilities in the main app Kconfig.
28 lines
389 B
Text
28 lines
389 B
Text
|
|
# Copyright (c) 2020 Derek Schmell
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
if SHIELD_SPLITREUS62_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62 Left"
|
|
|
|
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62 Right"
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_LEFT || SHIELD_SPLITREUS62_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|