diff options
author | eyenseo <eyenseo@gmail.com> | 2020-12-27 16:13:42 +0100 |
---|---|---|
committer | Nick Winans <nick@winans.codes> | 2021-10-13 09:51:02 -0700 |
commit | 51298f1d22767df02942f65b5782a193907366de (patch) | |
tree | 944016babcbf67615348b686acef6557d68d32b0 /app/boards/shields/ergodash/Kconfig.defconfig | |
parent | e11477f7b1f3cf7d8e87718ab5dc889067f255ae (diff) |
Add ergodash
Diffstat (limited to 'app/boards/shields/ergodash/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/ergodash/Kconfig.defconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/boards/shields/ergodash/Kconfig.defconfig b/app/boards/shields/ergodash/Kconfig.defconfig new file mode 100644 index 0000000..b908584 --- /dev/null +++ b/app/boards/shields/ergodash/Kconfig.defconfig @@ -0,0 +1,19 @@ +# Copyright (c) 2020 The ZMK Contributors +# SPDX-License-Identifier: MIT + +if SHIELD_ERGODASH_LEFT + +config ZMK_KEYBOARD_NAME + default "Ergodash" + +config ZMK_SPLIT_BLE_ROLE_CENTRAL + default y + +endif + +if SHIELD_ERGODASH_LEFT || SHIELD_ERGODASH_RIGHT + +config ZMK_SPLIT + default y + +endif |