diff options
| author | Zach White <skullydazed@gmail.com> | 2021-01-05 11:04:56 -0800 |
|---|---|---|
| committer | Zach White <skullydazed@gmail.com> | 2021-01-05 11:04:56 -0800 |
| commit | cf2f13fc77e7d9371e845d8825f8ced974083c70 (patch) | |
| tree | f51890908a1ed5ee749b167a6c85830472c7e379 /keyboards/handwired/onekey/pytest | |
| parent | e7db582e356a961ba608ef441f201d879ec8d740 (diff) | |
| parent | 3d1e7bd36fee748b6bfaa89d4a14c3f4f841c0ca (diff) | |
| download | qmk_firmware-cf2f13fc77e7d9371e845d8825f8ced974083c70.tar.gz qmk_firmware-cf2f13fc77e7d9371e845d8825f8ced974083c70.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/onekey/pytest')
| -rw-r--r-- | keyboards/handwired/onekey/pytest/.noci | 0 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/pytest/config.h | 23 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/pytest/readme.md | 3 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/pytest/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/pytest/templates/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/handwired/onekey/pytest/templates/keymap.json | 3 |
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 | |||
| 3 | This 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 | ||
| 2 | MCU = STM32F303 | ||
| 3 | BOARD = 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 | ||
| 2 | const 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 | } | ||
