14 lines
170 B
Plaintext
14 lines
170 B
Plaintext
# Copyright (c) 2020 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
if SHIELD_NIBBLE
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "NIBBLE"
|
|
|
|
config ZMK_USB
|
|
default y
|
|
|
|
endif
|
|
|