diff --git a/app/boards/shields/tidbit/Kconfig.defconfig b/app/boards/shields/tidbit/Kconfig.defconfig index e3655a9e..edd426fc 100644 --- a/app/boards/shields/tidbit/Kconfig.defconfig +++ b/app/boards/shields/tidbit/Kconfig.defconfig @@ -1,7 +1,7 @@ # Copyright (c) 2020 The ZMK Contributors # SPDX-License-Identifier: MIT -if SHIELD_TIDBIT +if SHIELD_TIDBIT || SHEILD_TIDBIT_19KEY config ZMK_KEYBOARD_NAME default "tidbit" diff --git a/app/boards/shields/tidbit/Kconfig.shield b/app/boards/shields/tidbit/Kconfig.shield index c1e8ecca..4c14f046 100644 --- a/app/boards/shields/tidbit/Kconfig.shield +++ b/app/boards/shields/tidbit/Kconfig.shield @@ -3,3 +3,6 @@ config SHIELD_TIDBIT def_bool $(shields_list_contains,tidbit) + +config SHEILD_TIDBIT_19KEY + def_bool $(shields_list_contains,tidbit_19key) \ No newline at end of file