aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/pytest
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/pytest')
-rw-r--r--keyboards/handwired/onekey/pytest/.noci0
-rw-r--r--keyboards/handwired/onekey/pytest/config.h23
-rw-r--r--keyboards/handwired/onekey/pytest/readme.md3
-rw-r--r--keyboards/handwired/onekey/pytest/rules.mk3
-rw-r--r--keyboards/handwired/onekey/pytest/templates/keymap.c2
-rw-r--r--keyboards/handwired/onekey/pytest/templates/keymap.json3
6 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/handwired/onekey/pytest/.noci b/keyboards/handwired/onekey/pytest/.noci
deleted file mode 100644
index e69de29bb..000000000
--- a/keyboards/handwired/onekey/pytest/.noci
+++ /dev/null
diff --git a/keyboards/handwired/onekey/pytest/config.h b/keyboards/handwired/onekey/pytest/config.h
deleted file mode 100644
index f6bedcfe6..000000000
--- a/keyboards/handwired/onekey/pytest/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
1/* Copyright 2019
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "config_common.h"
20
21#define MATRIX_COL_PINS { A3 }
22#define MATRIX_ROW_PINS { A2 }
23#define UNUSED_PINS
diff --git a/keyboards/handwired/onekey/pytest/readme.md b/keyboards/handwired/onekey/pytest/readme.md
deleted file mode 100644
index dbbd991f1..000000000
--- a/keyboards/handwired/onekey/pytest/readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
1# PyTest onekey
2
3This is used by the python test framework. It's probably not useful otherwise.
diff --git a/keyboards/handwired/onekey/pytest/rules.mk b/keyboards/handwired/onekey/pytest/rules.mk
deleted file mode 100644
index 4e157baed..000000000
--- a/keyboards/handwired/onekey/pytest/rules.mk
+++ /dev/null
@@ -1,3 +0,0 @@
1# MCU name
2MCU = STM32F303
3BOARD = QMK_PROTON_C
diff --git a/keyboards/handwired/onekey/pytest/templates/keymap.c b/keyboards/handwired/onekey/pytest/templates/keymap.c
deleted file mode 100644
index 6cb25d522..000000000
--- a/keyboards/handwired/onekey/pytest/templates/keymap.c
+++ /dev/null
@@ -1,2 +0,0 @@
1#include QMK_KEYBOARD_H
2const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {__KEYMAP_GOES_HERE__};
diff --git a/keyboards/handwired/onekey/pytest/templates/keymap.json b/keyboards/handwired/onekey/pytest/templates/keymap.json
deleted file mode 100644
index 35344388f..000000000
--- a/keyboards/handwired/onekey/pytest/templates/keymap.json
+++ /dev/null
@@ -1,3 +0,0 @@
1{
2 "documentation": "This file is a keymap.json file for handwired/onekey/pytest"
3}