summaryrefslogtreecommitdiff
path: root/app/boards/shields/nibble/Kconfig.defconfig
blob: 01d0bba5c2a849601b072be7e2b5f794d47986b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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