9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
# Copyright (c) 2020 The ZMK Contributors
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
|
||
|
if SHIELD_BOARDSOURCE3X4
|
||
|
|
||
|
config ZMK_KEYBOARD_NAME
|
||
|
default "Boardsource 3x4"
|
||
|
|
||
|
endif
|