add kconfig files for BlueHand

This commit is contained in:
DonPavlov 2022-10-20 15:38:38 +00:00
parent c9eb63199a
commit d7ea270775
2 changed files with 14 additions and 0 deletions

View 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

View file

@ -0,0 +1,5 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_BLUEHAND
def_bool $(shields_list_contains,bluehand)