mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
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
|