forked from kofal.net/zmk
feat(board): add puchi_ble_v1 to boards
* feat(board): Add Puchi-BLE v1 board
This commit is contained in:
28
app/boards/arm/puchi_ble/Kconfig.defconfig
Normal file
28
app/boards/arm/puchi_ble/Kconfig.defconfig
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
if BOARD_PUCHI_BLE_v1
|
||||
|
||||
config BOARD
|
||||
default "puchi_ble"
|
||||
|
||||
if USB_DEVICE_STACK
|
||||
|
||||
config USB_NRFX
|
||||
default y
|
||||
|
||||
endif # USB_DEVICE_STACK
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
config ZMK_BLE
|
||||
default y
|
||||
|
||||
config ZMK_USB
|
||||
default y
|
||||
|
||||
config PINMUX
|
||||
default y
|
||||
|
||||
endif # BOARD_PUCHI_BLE_v1
|
||||
Reference in New Issue
Block a user