added flea shield
This commit is contained in:
parent
eff00f7223
commit
cda595ba24
12 changed files with 109 additions and 2 deletions
26
config/boards/shields/flea/Kconfig.defconfig
Normal file
26
config/boards/shields/flea/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright (c) 2020 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_FLEA_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "FLEA_L"
|
||||
|
||||
config ZMK_SPLIT_BLE_ROLE_CENTRAL
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_FLEA_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "FLEA_R"
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_FLEA_RIGHT || SHIELD_FLEA_LEFT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue