feat(board): add puchi_ble_v1 to boards

* feat(board): Add Puchi-BLE v1 board
This commit is contained in:
Ben 2022-09-06 00:15:24 +02:00 committed by GitHub
parent ce7a0e2b6c
commit 41bfc56e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 309 additions and 0 deletions

View 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