include new sweep files
This commit is contained in:
parent
004c67f95f
commit
7280fe61cd
8 changed files with 117 additions and 2 deletions
19
boards/shields/sweep/Kconfig.defconfig
Normal file
19
boards/shields/sweep/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_SWEEP_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Sweep"
|
||||
|
||||
config ZMK_SPLIT_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_SWEEP_LEFT || SHIELD_SWEEP_RIGHT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue