summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/pytest/templates
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/onekey/pytest/templates')
-rw-r--r--keyboards/handwired/onekey/pytest/templates/keymap.c2
-rw-r--r--keyboards/handwired/onekey/pytest/templates/keymap.json3
2 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/onekey/pytest/templates/keymap.c b/keyboards/handwired/onekey/pytest/templates/keymap.c
deleted file mode 100644
index 6cb25d5226..0000000000
--- a/keyboards/handwired/onekey/pytest/templates/keymap.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#include QMK_KEYBOARD_H
-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 35344388f6..0000000000
--- a/keyboards/handwired/onekey/pytest/templates/keymap.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "documentation": "This file is a keymap.json file for handwired/onekey/pytest"
-}