mirror of
https://github.com/dnlbauer/corax-keyboard.git
synced 2026-09-10 21:25:29 +00:00
22 lines
312 B
Plaintext
22 lines
312 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
|
|
|
|
# TODO add support for normal OLED
|
|
|
|
endif
|