forked from kofal.net/zmk
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
# Copyright (c) 2024 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_MINIVAN_STUDIO_TESTER
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "MiniVan Tester"
|
|
|
|
endif
|