From cb9a40a85c064e32bbf7f9e61f669672ea3405a4 Mon Sep 17 00:00:00 2001 From: KingCoinless Date: Mon, 4 Jan 2021 11:56:10 -0800 Subject: [PATCH] Removed depreciated L/R.conf files. Updated lines for Kconfig.defconfig. --- app/boards/shields/helix/Kconfig.defconfig | 13 +++++++++++++ app/boards/shields/helix/helix_left.conf | 6 ------ app/boards/shields/helix/helix_right.conf | 5 ----- 3 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 app/boards/shields/helix/helix_left.conf delete mode 100644 app/boards/shields/helix/helix_right.conf diff --git a/app/boards/shields/helix/Kconfig.defconfig b/app/boards/shields/helix/Kconfig.defconfig index 3ae2f3a2..f58684a8 100644 --- a/app/boards/shields/helix/Kconfig.defconfig +++ b/app/boards/shields/helix/Kconfig.defconfig @@ -6,6 +6,9 @@ if SHIELD_HELIX_LEFT config ZMK_KEYBOARD_NAME default "Helix Left" +config ZMK_SPLIT_BLE_ROLE_CENTRAL + default y + endif if SHIELD_HELIX_RIGHT @@ -13,4 +16,14 @@ if SHIELD_HELIX_RIGHT config ZMK_KEYBOARD_NAME default "Helix Right" +config USB + default y + +endif + +if SHIELD_HELIX_LEFT || SHIELD_HELIX_RIGHT + +config ZMK_SPLIT + default y + endif \ No newline at end of file diff --git a/app/boards/shields/helix/helix_left.conf b/app/boards/shields/helix/helix_left.conf deleted file mode 100644 index 50de8264..00000000 --- a/app/boards/shields/helix/helix_left.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright (c) 2020 The ZMK Contributors -# SPDX-License-Identifier: MIT - -# Central Unit (left) -CONFIG_ZMK_SPLIT=y -CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y \ No newline at end of file diff --git a/app/boards/shields/helix/helix_right.conf b/app/boards/shields/helix/helix_right.conf deleted file mode 100644 index c3bdfae3..00000000 --- a/app/boards/shields/helix/helix_right.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (c) 2020 The ZMK Contributors -# SPDX-License-Identifier: MIT - -# Peripheral Unit (Right) -CONFIG_ZMK_SPLIT=y \ No newline at end of file