diff options
Diffstat (limited to 'keyboards/handwired/onekey/teensy_2')
-rw-r--r-- | keyboards/handwired/onekey/teensy_2/config.h | 31 | ||||
-rw-r--r-- | keyboards/handwired/onekey/teensy_2/info.json | 3 | ||||
-rw-r--r-- | keyboards/handwired/onekey/teensy_2/readme.md | 3 | ||||
-rw-r--r-- | keyboards/handwired/onekey/teensy_2/rules.mk | 5 |
4 files changed, 0 insertions, 42 deletions
diff --git a/keyboards/handwired/onekey/teensy_2/config.h b/keyboards/handwired/onekey/teensy_2/config.h deleted file mode 100644 index fb775a06b0..0000000000 --- a/keyboards/handwired/onekey/teensy_2/config.h +++ /dev/null @@ -1,31 +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 ADC_PIN F6 - -#define QMK_WAITING_TEST_BUSY_PIN F6 -#define QMK_WAITING_TEST_YIELD_PIN F7 diff --git a/keyboards/handwired/onekey/teensy_2/info.json b/keyboards/handwired/onekey/teensy_2/info.json deleted file mode 100644 index f081d3a25c..0000000000 --- a/keyboards/handwired/onekey/teensy_2/info.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "keyboard_name": "Onekey Teensy 2.0" -} diff --git a/keyboards/handwired/onekey/teensy_2/readme.md b/keyboards/handwired/onekey/teensy_2/readme.md deleted file mode 100644 index bf4cf6d2fe..0000000000 --- a/keyboards/handwired/onekey/teensy_2/readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Teensy 2.0 onekey - -To trigger keypress, short together pins *F4* and *F5*. diff --git a/keyboards/handwired/onekey/teensy_2/rules.mk b/keyboards/handwired/onekey/teensy_2/rules.mk deleted file mode 100644 index 320633f80f..0000000000 --- a/keyboards/handwired/onekey/teensy_2/rules.mk +++ /dev/null @@ -1,5 +0,0 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = halfkay |