10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
|
# Copyright (c) 2020 The ZMK Contributors
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
if SHIELD_MDK_DONGLE
|
||
|
|
||
|
config ZMK_KEYBOARD_NAME
|
||
|
default "MDK Dongle"
|
||
|
|
||
|
endif
|