mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-22 05:55:18 -05:00
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
|
|
|