From ed43a38cc7a2e983dc782d2b72f5869b93e8238c Mon Sep 17 00:00:00 2001 From: Luigi311 Date: Mon, 14 Feb 2022 11:59:03 -0700 Subject: [PATCH] Fix tidbit_19key --- app/boards/shields/tidbit/Kconfig.defconfig | 2 +- app/boards/shields/tidbit/Kconfig.shield | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/boards/shields/tidbit/Kconfig.defconfig b/app/boards/shields/tidbit/Kconfig.defconfig index 177e2675..7fabdefa 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