mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-11 22:25:29 +00:00
initial commit
This commit is contained in:
19
config/boards/shields/ownkb/Kconfig.defconfig
Normal file
19
config/boards/shields/ownkb/Kconfig.defconfig
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user