add kconfig files for BlueHand
This commit is contained in:
parent
c9eb63199a
commit
d7ea270775
2 changed files with 14 additions and 0 deletions
9
app/boards/shields/bluehand/Kconfig.defconfig
Normal file
9
app/boards/shields/bluehand/Kconfig.defconfig
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if SHIELD_BLUEHAND
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "BlueHand"
|
||||
|
||||
endif
|
5
app/boards/shields/bluehand/Kconfig.shield
Normal file
5
app/boards/shields/bluehand/Kconfig.shield
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_BLUEHAND
|
||||
def_bool $(shields_list_contains,bluehand)
|
Loading…
Add table
Reference in a new issue