Skip to content

Commit f4f59c5

Browse files
committed
ll66: Update Kconfig.defconfig
1 parent 107650f commit f4f59c5

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

boards/ll66/Kconfig.defconfig

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
1-
if SHIELD_LL66
1+
# Copyright (c) 2020 The ZMK Contributors
2+
# SPDX-License-Identifier: MIT
23

3-
# Name must be less than 16 characters long!
4-
config ZMK_KEYBOARD_NAME
4+
if BOARD_LL66
5+
6+
config BOARD
57
default "ll66"
68

7-
endif
9+
config ZMK_KEYBOARD_NAME
10+
default "LL66"
11+
12+
if USB_DEVICE_STACK
13+
14+
config USB_NRFX
15+
default y
16+
17+
endif # USB_DEVICE_STACK
18+
19+
config BT_CTLR
20+
default BT
21+
22+
endif # BOARD_LL66

0 commit comments

Comments
 (0)