Fix tidbit_19key

This commit is contained in:
Luigi311 2022-02-14 11:59:03 -07:00
parent 8e91e5ada1
commit ed43a38cc7
2 changed files with 4 additions and 1 deletions

View file

@ -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"

View file

@ -3,3 +3,6 @@
config SHIELD_TIDBIT
def_bool $(shields_list_contains,tidbit)
config SHEILD_TIDBIT_19KEY
def_bool $(shields_list_contains,tidbit_19key)