Merge 35509534ec
into 309359b32f
This commit is contained in:
commit
1ff07ead98
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
|
||||
config SHIELD_TIDBIT
|
||||
def_bool $(shields_list_contains,tidbit)
|
||||
|
||||
config SHEILD_TIDBIT_19KEY
|
||||
def_bool $(shields_list_contains,tidbit_19key)
|
Loading…
Add table
Reference in a new issue