diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/handwired/onekey/nucleo_l432kc | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/handwired/onekey/nucleo_l432kc')
-rw-r--r-- | keyboards/handwired/onekey/nucleo_l432kc/config.h | 13 | ||||
-rw-r--r-- | keyboards/handwired/onekey/nucleo_l432kc/info.json | 15 | ||||
-rw-r--r-- | keyboards/handwired/onekey/nucleo_l432kc/rules.mk | 0 |
3 files changed, 0 insertions, 28 deletions
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 --- a/keyboards/handwired/onekey/nucleo_l432kc/rules.mk +++ /dev/null |