feat(board): add puchi_ble_v1 to boards
* feat(board): Add Puchi-BLE v1 board
This commit is contained in:
parent
ce7a0e2b6c
commit
41bfc56e13
11 changed files with 309 additions and 0 deletions
8
app/boards/arm/puchi_ble/Kconfig.board
Normal file
8
app/boards/arm/puchi_ble/Kconfig.board
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Puchi-BLE board configuration
|
||||
|
||||
# Copyright (c) 2022 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_PUCHI_BLE_v1
|
||||
bool "puchi_ble_v1"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
Loading…
Add table
Add a link
Reference in a new issue