From a336c2c5005251e4cb0f3a62ccabdb4cfccad915 Mon Sep 17 00:00:00 2001 From: lokher Date: Tue, 6 Dec 2022 17:10:48 +0800 Subject: Merge upstream master to 2022 Q4 breaking change --- keyboards/handwired/onekey/nucleo_l432kc/config.h | 13 ------------- keyboards/handwired/onekey/nucleo_l432kc/info.json | 15 --------------- keyboards/handwired/onekey/nucleo_l432kc/rules.mk | 0 3 files changed, 28 deletions(-) delete mode 100644 keyboards/handwired/onekey/nucleo_l432kc/config.h delete mode 100644 keyboards/handwired/onekey/nucleo_l432kc/info.json delete mode 100644 keyboards/handwired/onekey/nucleo_l432kc/rules.mk (limited to 'keyboards/handwired/onekey/nucleo_l432kc') diff --git a/keyboards/handwired/onekey/nucleo_l432kc/config.h b/keyboards/handwired/onekey/nucleo_l432kc/config.h deleted file mode 100644 index 24b136fe2a..0000000000 --- a/keyboards/handwired/onekey/nucleo_l432kc/config.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2021 Nick Brassel (@tzarc) -// SPDX-License-Identifier: GPL-2.0-or-later -#pragma once - -#include "config_common.h" - -#define BACKLIGHT_PWM_DRIVER PWMD4 -#define BACKLIGHT_PWM_CHANNEL 3 -#define BACKLIGHT_PAL_MODE 2 - -#define RGB_CI_PIN B13 - -#define ADC_PIN A0 diff --git a/keyboards/handwired/onekey/nucleo_l432kc/info.json b/keyboards/handwired/onekey/nucleo_l432kc/info.json deleted file mode 100644 index a6e6511040..0000000000 --- a/keyboards/handwired/onekey/nucleo_l432kc/info.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "keyboard_name": "Onekey Nucleo L432KC", - "processor": "STM32L432", - "bootloader": "stm32-dfu", - "matrix_pins": { - "cols": ["A2"], - "rows": ["A1"] - }, - "backlight": { - "pin": "B8" - }, - "rgblight": { - "pin": "A0" - } -} diff --git a/keyboards/handwired/onekey/nucleo_l432kc/rules.mk b/keyboards/handwired/onekey/nucleo_l432kc/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3