From 05f18d238fd9061313c83d89b09c26f445a1d58d Mon Sep 17 00:00:00 2001 From: BenRoe Date: Mon, 5 Sep 2022 12:37:16 +0200 Subject: [PATCH] fix(board): delete unnecessary file and code lines --- app/boards/arm/puchi_ble/Kconfig | 10 ---------- app/boards/arm/puchi_ble/Kconfig.defconfig | 7 ------- app/boards/arm/puchi_ble/puchi_ble_v1.yml | 10 ---------- 3 files changed, 27 deletions(-) delete mode 100644 app/boards/arm/puchi_ble/puchi_ble_v1.yml diff --git a/app/boards/arm/puchi_ble/Kconfig b/app/boards/arm/puchi_ble/Kconfig index b98cf0be..719c3845 100644 --- a/app/boards/arm/puchi_ble/Kconfig +++ b/app/boards/arm/puchi_ble/Kconfig @@ -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) diff --git a/app/boards/arm/puchi_ble/Kconfig.defconfig b/app/boards/arm/puchi_ble/Kconfig.defconfig index 898499cc..94d12c17 100644 --- a/app/boards/arm/puchi_ble/Kconfig.defconfig +++ b/app/boards/arm/puchi_ble/Kconfig.defconfig @@ -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 diff --git a/app/boards/arm/puchi_ble/puchi_ble_v1.yml b/app/boards/arm/puchi_ble/puchi_ble_v1.yml deleted file mode 100644 index ef196627..00000000 --- a/app/boards/arm/puchi_ble/puchi_ble_v1.yml +++ /dev/null @@ -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]