summaryrefslogtreecommitdiff
path: root/app/boards/shields/nibble/Kconfig.defconfig
blob: 30cb21b9eb032c095e265f234e7900ccab91cdf4 (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_BLE"

config ZMK_USB
	default y

endif