fix: fixed sparkfun_micromod kconfig formating

This commit is contained in:
thomas 2021-11-24 22:00:18 -06:00
parent 90a29f23a4
commit 8926e9ca5f

View file

@ -1,22 +1,29 @@
#Copyright(c) 2021 The ZMK Contributors
#SPDX - License - Identifier : MIT
# Copyright (c) 2021 The ZMK Contributors
# SPDX-License-Identifier: MIT
if BOARD_SPARKFUN_MICROMOD_NRF52840
config BOARD default "sparkfun_micromod_nrf52480"
config BOARD
default "nrf52480_m2"
if USB
if USB
config USB_NRFX default y
config USB_NRFX
default y
config USB_DEVICE_STACK default y
config USB_DEVICE_STACK
default y
endif #USB
endif # USB
config BT_CTLR default BT
config BT_CTLR
default BT
config ZMK_BLE default y
config ZMK_BLE
default y
config ZMK_USB default y
config ZMK_USB
default y
endif #BOARD_SPARKFUN_MICROMOD_NRF52840
endif # BOARD_SPARKFUN_MICROMOD_NRF52840