9 lines
162 B
Text
9 lines
162 B
Text
|
# Copyright (c) 2021 The ZMK Contributors
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
if SHIELD_BOARDSOURCE5X12
|
||
|
|
||
|
config ZMK_KEYBOARD_NAME
|
||
|
default "boardsource5x12"
|
||
|
|
||
|
endif
|