mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 05:55:18 -05:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
# Copyright (c) 2022 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_HUMMINGBIRD
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Hummingbird"
|
|
|
|
endif
|