diff options
author | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-09-13 11:24:05 +0800 |
commit | 9581289745736ce068a1040f44cec37a2ca8830d (patch) | |
tree | 24f644715a5fd6cc4d804d9604fb094307808b1b /keyboards/handwired/onekey/nucleo_l432kc | |
parent | fe13cedf8c09fa34d5cec4e4c624738095176625 (diff) |
Remove non-Keychron keyboards
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_l432kc')
4 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/handwired/onekey/nucleo_l432kc/config.h b/keyboards/handwired/onekey/nucleo_l432kc/config.h deleted file mode 100644 index b6b36c4cee..0000000000 --- a/keyboards/handwired/onekey/nucleo_l432kc/config.h +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright 2021 Nick Brassel (@tzarc) -// SPDX-License-Identifier: GPL-2.0-or-later -#pragma once - -#include "config_common.h" - -#define MATRIX_COL_PINS { A2 } -#define MATRIX_ROW_PINS { A1 } - -#define BACKLIGHT_PIN B8 -#define BACKLIGHT_PWM_DRIVER PWMD4 -#define BACKLIGHT_PWM_CHANNEL 3 -#define BACKLIGHT_PAL_MODE 2 - -#define RGB_DI_PIN A0 -#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 3f497fc80a..0000000000 --- a/keyboards/handwired/onekey/nucleo_l432kc/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "keyboard_name": "Onekey Nucleo L432KC" -} diff --git a/keyboards/handwired/onekey/nucleo_l432kc/readme.md b/keyboards/handwired/onekey/nucleo_l432kc/readme.md deleted file mode 100644 index c7d13cb973..0000000000 --- a/keyboards/handwired/onekey/nucleo_l432kc/readme.md +++ /dev/null @@ -1,5 +0,0 @@ -# STM32 Nucleo-L432 onekey - -To trigger keypress, short together pins *A1* and *A2*. - -You'll also need to connect `VIN`, `GND`, USB `D+` to `PA12`/`D2`, and USB `D-` to `PA11`/`D10`. diff --git a/keyboards/handwired/onekey/nucleo_l432kc/rules.mk b/keyboards/handwired/onekey/nucleo_l432kc/rules.mk deleted file mode 100644 index 64dae7746e..0000000000 --- a/keyboards/handwired/onekey/nucleo_l432kc/rules.mk +++ /dev/null @@ -1,5 +0,0 @@ -# MCU name -MCU = STM32L432 - -# Bootloader selection -BOOTLOADER = stm32-dfu |