Files
corax-keyboard/zmk-config/config/boards/shields/ownkb/Kconfig.defconfig
daniel e49451b622 Revert "move config to own repo"
This reverts commit 26e8e8c18c.
2023-07-24 11:46:13 +02:00

20 lines
276 B
Plaintext

# Copyright (c) 2023 The ZMK Contributors
# SPDX-License-Identifier: MIT
if SHIELD_OWNKB_LEFT
config ZMK_KEYBOARD_NAME
default "ownkb"
config ZMK_SPLIT_ROLE_CENTRAL
default y
endif
if SHIELD_OWNKB_LEFT || SHIELD_OWNKB_RIGHT
config ZMK_SPLIT
default y
endif