Removed depreciated L/R.conf files. Updated lines for Kconfig.defconfig.
This commit is contained in:
parent
aa51d4c7a0
commit
cb9a40a85c
3 changed files with 13 additions and 11 deletions
|
@ -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
|
|
@ -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
|
|
@ -1,5 +0,0 @@
|
|||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Peripheral Unit (Right)
|
||||
CONFIG_ZMK_SPLIT=y
|
Loading…
Add table
Reference in a new issue