diff options
Diffstat (limited to 'keyboards/handwired/onekey/promicro')
-rw-r--r-- | keyboards/handwired/onekey/promicro/config.h | 32 | ||||
-rw-r--r-- | keyboards/handwired/onekey/promicro/info.json | 3 | ||||
-rw-r--r-- | keyboards/handwired/onekey/promicro/readme.md | 3 | ||||
-rw-r--r-- | keyboards/handwired/onekey/promicro/rules.mk | 5 |
4 files changed, 0 insertions, 43 deletions
diff --git a/keyboards/handwired/onekey/promicro/config.h b/keyboards/handwired/onekey/promicro/config.h deleted file mode 100644 index 83eded68de..0000000000 --- a/keyboards/handwired/onekey/promicro/config.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Copyright 2019 - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#pragma once - -#include "config_common.h" - -#define MATRIX_COL_PINS { F4 } -#define MATRIX_ROW_PINS { F5 } - -#define BACKLIGHT_PIN B6 - -#define RGB_DI_PIN F6 -#define RGB_CI_PIN B1 - -#define ADC_PIN F6 - -#define QMK_WAITING_TEST_BUSY_PIN F6 -#define QMK_WAITING_TEST_YIELD_PIN F7 diff --git a/keyboards/handwired/onekey/promicro/info.json b/keyboards/handwired/onekey/promicro/info.json deleted file mode 100644 index 6b35da4d75..0000000000 --- a/keyboards/handwired/onekey/promicro/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "keyboard_name": "Onekey Pro Micro" -} diff --git a/keyboards/handwired/onekey/promicro/readme.md b/keyboards/handwired/onekey/promicro/readme.md deleted file mode 100644 index 260eab83de..0000000000 --- a/keyboards/handwired/onekey/promicro/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Pro Micro onekey - -To trigger keypress, short together pins *F4* and *F5* (marked on the PCB as *A3* and *A2*). diff --git a/keyboards/handwired/onekey/promicro/rules.mk b/keyboards/handwired/onekey/promicro/rules.mk deleted file mode 100644 index cf663a7ed6..0000000000 --- a/keyboards/handwired/onekey/promicro/rules.mk +++ /dev/null @@ -1,5 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina |