fix(board): delete unnecessary file and code lines

This commit is contained in:
BenRoe 2022-09-05 12:37:16 +02:00
parent 46ea4c9578
commit 05f18d238f
3 changed files with 0 additions and 27 deletions

View file

@ -1,13 +1,3 @@
# Copyright (c) 2022 The ZMK Contributors
# SPDX-License-Identifier: MIT
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on (BOARD_PUCHI_BLE_v1)
config BOARD_PUCHI_BLE_CHARGER
bool "Enable battery charger"
default y
depends on (BOARD_PUCHI_BLE_v1)

View file

@ -25,11 +25,4 @@ config ZMK_USB
config PINMUX
default y
if BOARD_PUCHI_BLE_v1
config BOARD_PUCHI_BLE_CHARGER
default y
endif # BOARD_PUCHI_BLE_v1
endif # BOARD_PUCHI_BLE_v1

View file

@ -1,10 +0,0 @@
file_format: "1"
id: puchi_ble_v1
name: Puchi-BLE v1
type: board
arch: arm
outputs:
- usb
- ble
url: https://github.com/Keycapsss/puchi-ble
exposes: [pro_micro]