94061bb916
Standardized indentation to use spaces with a new pre-commit hook.
20 lines
288 B
Plaintext
20 lines
288 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_ERGODASH_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Ergodash"
|
|
|
|
config ZMK_SPLIT_ROLE_CENTRAL
|
|
default y
|
|
|
|
endif
|
|
|
|
if SHIELD_ERGODASH_LEFT || SHIELD_ERGODASH_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|